Don't compile asserts into release builds

This commit is contained in:
Cameron Gutman
2019-05-31 14:46:20 -05:00
parent dcd2dc97a6
commit ad0a5935f7

View File

@@ -1373,6 +1373,7 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;