Skip to content

Commit b3e0897

Browse files
committed
apple: better crash reporting
1 parent 2ca4159 commit b3e0897

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/apple/BaseConfig.xcconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ OTHER_CFLAGS[sdk=iphonesimulator*] = $(inherited) $(OTHER_CFLAGS_IOS)
148148
OTHER_CFLAGS[config=Debug] = $(inherited) -DDEBUG=1
149149
OTHER_CFLAGS[config=Release] = $(inherited) -DNDEBUG -DNS_BLOCK_ASSERTIONS=1
150150

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+
151155
SRCBASE = $(SRCROOT)/../..
152156
DEPS_DIR = $(SRCBASE)/deps
153157

0 commit comments

Comments
 (0)