Enable assertions in debug Xcode builds

This commit is contained in:
Cameron Gutman 2015-07-20 17:29:44 -07:00
parent 7cec15dde0
commit a1d2faa4db

View File

@ -284,6 +284,7 @@
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
LC_DEBUG,
"DEBUG=1",
"$(inherited)",
);