Skip to content

Commit d3b62ab

Browse files
authored
Enable Address Sanitizer, etc., in CI (#961)
1 parent 9d37d3d commit d3b62ab

File tree

1 file changed

+16
-0
lines changed
  • platform/ios/platform/ios/ios.xcodeproj/xcshareddata/xcschemes

1 file changed

+16
-0
lines changed

platform/ios/platform/ios/ios.xcodeproj/xcshareddata/xcschemes/CI.xcscheme

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,28 @@
102102
buildConfiguration = "Debug"
103103
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
104104
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
105+
enableAddressSanitizer = "YES"
106+
enableUBSanitizer = "YES"
105107
launchStyle = "0"
106108
useCustomWorkingDirectory = "NO"
107109
ignoresPersistentStateOnLaunch = "NO"
108110
debugDocumentVersioning = "YES"
109111
debugServiceExtension = "internal"
112+
enableGPUValidationMode = "1"
113+
logGraphicsOverview = "Yes"
110114
allowLocationSimulation = "YES">
115+
<AdditionalOptions>
116+
<AdditionalOption
117+
key = "NSZombieEnabled"
118+
value = "YES"
119+
isEnabled = "YES">
120+
</AdditionalOption>
121+
<AdditionalOption
122+
key = "MallocScribble"
123+
value = ""
124+
isEnabled = "YES">
125+
</AdditionalOption>
126+
</AdditionalOptions>
111127
</LaunchAction>
112128
<ProfileAction
113129
buildConfiguration = "Release"

0 commit comments

Comments
 (0)