diff options
-rw-r--r-- | build/common.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi index 14e78d1..007b908 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -857,14 +857,6 @@ 'debug_extra_cflags': '-g0', }, }], - ['OS=="mac"', { - 'xcode_settings': { - # Goma needs to ship all symbol information over the wire. - # <(debug_extra_cflags) will still generate -g1 STABS information, - # which is smaller than -gdwarf-2 information. - 'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO', - }, - }], ], # conditions for fastbuild. }], # fastbuild!=0 ['selinux==1', { |