Added NO_SPARKLE environment ot preprocessor for customization

This commit is contained in:
michael starke
2017-06-13 11:30:22 +02:00
parent 4ac7cf1a91
commit 4e4b0f06f6
3 changed files with 6 additions and 4 deletions

View File

@@ -2243,6 +2243,7 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(NO_SPARKLE)",
"DEBUG=1",
"$(inherited)",
);
@@ -2285,6 +2286,7 @@
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = "$(NO_SPARKLE)";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;