restored OSX 'DEBUG' macro to DEBUG=1

This commit is contained in:
David Ludwig 2017-08-14 13:57:11 -04:00
parent 6600081b29
commit 53cadd7fd0
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
HAVE_CONFIG_H,
DEBUG,
"DEBUG=1",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;