File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
ReactTestApp.xcodeproj/xcshareddata/xcschemes
ReactTestApp.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
buildConfiguration = " Debug"
55
55
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
56
56
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
57
- enableAddressSanitizer = " YES"
58
- enableUBSanitizer = " YES"
59
57
launchStyle = " 0"
60
58
useCustomWorkingDirectory = " NO"
61
59
ignoresPersistentStateOnLaunch = " NO"
Original file line number Diff line number Diff line change 1
1
#include "ReactTestApp.common.xcconfig"
2
2
3
+ CLANG_ADDRESS_SANITIZER = YES
4
+ CLANG_UNDEFINED_BEHAVIOR_SANITIZER = YES
3
5
DEBUG_INFORMATION_FORMAT = dwarf
4
6
ENABLE_TESTABILITY = YES
5
7
GCC_DYNAMIC_NO_PIC = NO
Original file line number Diff line number Diff line change 54
54
buildConfiguration = " Debug"
55
55
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
56
56
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
57
- enableAddressSanitizer = " YES"
58
- enableUBSanitizer = " YES"
59
57
launchStyle = " 0"
60
58
useCustomWorkingDirectory = " NO"
61
59
ignoresPersistentStateOnLaunch = " NO"
Original file line number Diff line number Diff line change 1
1
#include "ReactTestApp.common.xcconfig"
2
2
3
+ CLANG_ADDRESS_SANITIZER = YES
4
+ CLANG_UNDEFINED_BEHAVIOR_SANITIZER = YES
3
5
DEBUG_INFORMATION_FORMAT = dwarf
4
6
ENABLE_TESTABILITY = YES
5
7
GCC_DYNAMIC_NO_PIC = NO
You can’t perform that action at this time.
0 commit comments