Cog/Frameworks/Sparkle/Configurations/ConfigCommonRelease.xcconfig

9 lines
219 B
Text
Raw Normal View History

2013-10-21 23:17:51 -03:00
// Release only
GCC_OPTIMIZATION_LEVEL = s
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
GCC_GENERATE_DEBUGGING_SYMBOLS = NO
DEAD_CODE_STRIPPING = YES
GCC_TREAT_WARNINGS_AS_ERRORS = YES
GCC_WARN_UNINITIALIZED_AUTOS = YES