mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Define NDEBUG in release Xcode builds
This commit is contained in:
parent
92b7054870
commit
ec29d3fd66
1 changed files with 4 additions and 1 deletions
|
|
@ -3051,7 +3051,10 @@
|
|||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "$(CONFIG_PREPROCESSOR_DEFINITIONS)";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"$(CONFIG_PREPROCESSOR_DEFINITIONS)",
|
||||
NDEBUG,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../include,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue