summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 29ccfbe..33a24b3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -379,7 +379,9 @@
'DebugInformationFormat': '0',
}
}
- }], # OS==win
+ }, { # else: OS != "win"
+ 'cflags': [ '-g1' ],
+ }],
], # conditions for fastbuild.
}], # fastbuild!=0
['selinux==1', {