Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 9afe9e8b1be1632e5d6d80df3c328049aef932ca..3d09d24cebc788be6eaddd46e120c7be4013411f 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1834,6 +1834,9 @@ |
'defines': ['ENABLE_HIDPI=1'], |
}], |
['fastbuild!=0', { |
+ 'xcode_settings': { |
+ 'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO', |
+ }, |
'conditions': [ |
['clang==1', { |
# Clang creates chubby debug information, which makes linking very |
@@ -1879,11 +1882,6 @@ |
}, |
}, |
}], |
- ['OS=="mac"', { |
- 'xcode_settings': { |
- 'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO', |
- }, |
- }], |
['OS=="linux" and fastbuild==2', { |
'variables': { |
'debug_extra_cflags': '-g0', |