diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 007b908..14e78d1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -857,6 +857,14 @@ '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', { |