We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4159 commit b3e0897Copy full SHA for b3e0897
pkg/apple/BaseConfig.xcconfig
@@ -148,6 +148,10 @@ OTHER_CFLAGS[sdk=iphonesimulator*] = $(inherited) $(OTHER_CFLAGS_IOS)
148
OTHER_CFLAGS[config=Debug] = $(inherited) -DDEBUG=1
149
OTHER_CFLAGS[config=Release] = $(inherited) -DNDEBUG -DNS_BLOCK_ASSERTIONS=1
150
151
+// Keep function symbols for KSCrash symbolication in release builds
152
+// (debug symbols still go to dSYM files)
153
+STRIP_STYLE[config=Release] = debugging
154
+
155
SRCBASE = $(SRCROOT)/../..
156
DEPS_DIR = $(SRCBASE)/deps
157
0 commit comments