diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 17adc41..7efdf06 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -62,6 +62,11 @@ 'conditions': [ ['branding=="Chrome"', { 'defines': ['GOOGLE_CHROME_BUILD'], + 'conditions': [ + ['OS=="linux"', { + 'cflags': [ '-gstabs' ], + }], + ], }, { # else: branding!="Chrome" 'defines': ['CHROMIUM_BUILD'], }], |