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:
parent
af7cbb94ad
commit
507357f275
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue