1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-19 02:05:32 +00:00

compile asserts out of the release build

This commit is contained in:
Mitchell Livingston 2009-02-07 15:58:18 +00:00
parent af7cbb94ad
commit 507357f275

View file

@ -2333,7 +2333,10 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREPROCESSOR_DEFINITIONS = NS_BLOCK_ASSERTIONS;
GCC_PREPROCESSOR_DEFINITIONS = (
NDEBUG,
NS_BLOCK_ASSERTIONS,
);
GCC_UNROLL_LOOPS = YES;
GCC_VERSION = 4.2;
GCC_WARN_ABOUT_MISSING_NEWLINE = NO;