Skip to content

Commit 9dfe5b1

Browse files
committed
WTF: don't generate debug symbols
1 parent cfd807a commit 9dfe5b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WTF/WTF.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,7 @@
17831783
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
17841784
buildSettings = {
17851785
DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
1786+
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
17861787
GCC_PREPROCESSOR_DEFINITIONS = (
17871788
"$(DEBUG_DEFINES)",
17881789
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
@@ -1801,6 +1802,7 @@
18011802
isa = XCBuildConfiguration;
18021803
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
18031804
buildSettings = {
1805+
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18041806
GCC_PREPROCESSOR_DEFINITIONS = (
18051807
"$(DEBUG_DEFINES)",
18061808
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",
@@ -1819,6 +1821,7 @@
18191821
isa = XCBuildConfiguration;
18201822
baseConfigurationReference = 5D247B7314689C4700E78B76 /* WTF.xcconfig */;
18211823
buildSettings = {
1824+
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
18221825
GCC_PREPROCESSOR_DEFINITIONS = (
18231826
"$(DEBUG_DEFINES)",
18241827
"WEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST",

0 commit comments

Comments
 (0)