Fix Xcode 14.0.1 cross compile x86_64 build - only strip debugging symbols (#15786)

This commit is contained in:
Eric Warmenhoven 2023-10-10 21:54:08 -04:00 committed by GitHub
parent c86a25fd66
commit 7264c13b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1931,6 +1931,7 @@
PRODUCT_NAME = RetroArch;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
STRIP_STYLE = debugging;
};
name = Debug;
};
@ -2014,6 +2015,7 @@
PRODUCT_BUNDLE_IDENTIFIER = libretro.RetroArch;
PRODUCT_NAME = RetroArch;
SDKROOT = macosx;
STRIP_STYLE = debugging;
};
name = Release;
};