Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit c663263

Browse files
committed
Disabled address sanitizer
1 parent 5b6eebb commit c663263

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

GCDWebServer.xcodeproj/xcshareddata/xcschemes/GCDWebServers (Mac).xcscheme

-6
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
useCustomWorkingDirectory = "NO"
5151
ignoresPersistentStateOnLaunch = "NO"
5252
debugDocumentVersioning = "YES"
53-
enableAddressSanitizer = "YES"
5453
debugServiceExtension = "internal"
5554
allowLocationSimulation = "YES">
5655
<MacroExpansion>
@@ -63,11 +62,6 @@
6362
</BuildableReference>
6463
</MacroExpansion>
6564
<AdditionalOptions>
66-
<AdditionalOption
67-
key = "NSZombieEnabled"
68-
value = "YES"
69-
isEnabled = "YES">
70-
</AdditionalOption>
7165
</AdditionalOptions>
7266
</LaunchAction>
7367
<ProfileAction

GCDWebServer.xcodeproj/xcshareddata/xcschemes/GCDWebServers (iOS).xcscheme

-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
useCustomWorkingDirectory = "NO"
5050
ignoresPersistentStateOnLaunch = "NO"
5151
debugDocumentVersioning = "YES"
52-
enableAddressSanitizer = "YES"
5352
debugServiceExtension = "internal"
5453
allowLocationSimulation = "YES">
5554
<MacroExpansion>
@@ -62,11 +61,6 @@
6261
</BuildableReference>
6362
</MacroExpansion>
6463
<AdditionalOptions>
65-
<AdditionalOption
66-
key = "NSZombieEnabled"
67-
value = "YES"
68-
isEnabled = "YES">
69-
</AdditionalOption>
7064
</AdditionalOptions>
7165
</LaunchAction>
7266
<ProfileAction

GCDWebServer.xcodeproj/xcshareddata/xcschemes/GCDWebServers (tvOS).xcscheme

-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
useCustomWorkingDirectory = "NO"
5050
ignoresPersistentStateOnLaunch = "NO"
5151
debugDocumentVersioning = "YES"
52-
enableAddressSanitizer = "YES"
5352
debugServiceExtension = "internal"
5453
allowLocationSimulation = "YES">
5554
<MacroExpansion>
@@ -62,11 +61,6 @@
6261
</BuildableReference>
6362
</MacroExpansion>
6463
<AdditionalOptions>
65-
<AdditionalOption
66-
key = "NSZombieEnabled"
67-
value = "YES"
68-
isEnabled = "YES">
69-
</AdditionalOption>
7064
</AdditionalOptions>
7165
</LaunchAction>
7266
<ProfileAction

0 commit comments

Comments
 (0)