aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2021-04-11 12:22:23 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2021-04-11 12:22:23 +1000
commit94db8c377f08529e4c49c828d2c75c826c51d52e (patch)
treee53cee666e545528170682ba5b8f65c13ab61641 /cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj
parent45fb24887774171226b13637d84b0dad75dfd9cc (diff)
downloadscintilla-mirror-94db8c377f08529e4c49c828d2c75c826c51d52e.tar.gz
Turn off assert for release builds.
Remove old SCI_EMPTYCATALOGUE define which is no longer used.
Diffstat (limited to 'cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj')
-rw-r--r--cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj
index fdba7f9ee..6f5a59ebe 100644
--- a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj
+++ b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj
@@ -554,7 +554,7 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
+ DEBUG,
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -613,6 +613,7 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
@@ -642,7 +643,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREPROCESSOR_DEFINITIONS = SCI_EMPTYCATALOGUE;
+ GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
HEADER_SEARCH_PATHS = (
../../include,
../../src,
@@ -677,7 +678,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREPROCESSOR_DEFINITIONS = SCI_EMPTYCATALOGUE;
+ GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
HEADER_SEARCH_PATHS = (
../../include,
../../src,