summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 93565f3..40ce2fd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -169,6 +169,9 @@
'-fno-exceptions',
'-msse2',
'-mfpmath=sse',
+ '-Wall',
+ # TODO(sgk): when chromium_code targets are clean of warnings.
+ #'-Werror',
],
'ldflags': [
'-m32',