Skip to content

Commit

Permalink
iOS/tvOS: minor xcode cleanup
Browse files Browse the repository at this point in the history
This hopefully makes debug and release easier to manage by making
their C flags the same and moving the differences to the preprocessor
macros.
  • Loading branch information
warmenhoven committed Nov 27, 2023
1 parent 1aeac90 commit dfcb5b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2140,6 +2140,10 @@
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 2;
GCC_PREPROCESSOR_DEFINITIONS = (
NDEBUG,
"NS_BLOCK_ASSERTIONS=1",
);
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
Expand Down Expand Up @@ -2227,8 +2231,6 @@
"-DHAVE_ZLIB",
"-DINLINE=inline",
"-DIOS",
"-DNDEBUG",
"-DNS_BLOCK_ASSERTIONS=1",
"-DRARCH_INTERNAL",
"-DRARCH_MOBILE",
"-DRC_DISABLE_LUA",
Expand Down

0 comments on commit dfcb5b0

Please sign in to comment.