Disable optimizations when building tests for SignalMessaging

// FREEBIE
This commit is contained in:
Michael Kirk 2018-01-23 10:41:55 -05:00 committed by Matthew Chen
parent eadb64b75a
commit 6297137924
1 changed files with 1 additions and 0 deletions

View File

@ -3600,6 +3600,7 @@
);
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SignalMessaging/SignalMessaging-Prefix.pch";
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;