Enable assertions in debug Xcode builds
This commit is contained in:
parent
7cec15dde0
commit
a1d2faa4db
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@
|
|||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
LC_DEBUG,
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue