summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi5
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'],
}],