Skip to content

Commit 363a1eb

Browse files
committed
Disable assertions in release builds.
1 parent 81e15f9 commit 363a1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cocoa Script.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,6 +1957,7 @@
19571957
COPY_PHASE_STRIP = YES;
19581958
DYLIB_COMPATIBILITY_VERSION = 1;
19591959
DYLIB_CURRENT_VERSION = 1;
1960+
ENABLE_NS_ASSERTIONS = NO;
19601961
FRAMEWORK_VERSION = A;
19611962
GCC_PRECOMPILE_PREFIX_HEADER = YES;
19621963
GCC_PREFIX_HEADER = src/framework/CocoaScript_Prefix.pch;

0 commit comments

Comments
 (0)