Skip to content

Commit

Permalink
Fix Xcode 14.0.1 cross compile x86_64 build - only strip debugging sy…
Browse files Browse the repository at this point in the history
…mbols (#15786)
  • Loading branch information
warmenhoven authored Oct 11, 2023
1 parent c86a25f commit 7264c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apple/RetroArch_Metal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1931,6 +1931,7 @@
PRODUCT_NAME = RetroArch;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
STRIP_STYLE = debugging;
};
name = Debug;
};
Expand Down Expand Up @@ -2014,6 +2015,7 @@
PRODUCT_BUNDLE_IDENTIFIER = libretro.RetroArch;
PRODUCT_NAME = RetroArch;
SDKROOT = macosx;
STRIP_STYLE = debugging;
};
name = Release;
};
Expand Down

0 comments on commit 7264c13

Please sign in to comment.