turn on generation of debug symbols since they’re needed in order to generate a dSYM

This commit is contained in:
Rudy Richter
2014-04-12 15:14:46 +01:00
committed by Kornel Lesiński
parent 90098dae5a
commit cdfd506cc0
+1 -1
View File
@@ -2,7 +2,7 @@
GCC_OPTIMIZATION_LEVEL = s
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
GCC_GENERATE_DEBUGGING_SYMBOLS = NO
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
DEAD_CODE_STRIPPING = YES
GCC_TREAT_WARNINGS_AS_ERRORS = NO
GCC_WARN_UNINITIALIZED_AUTOS = YES