summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi8
1 files changed, 1 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 4f6513c..a4deaca 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1664,13 +1664,7 @@
# Enable -Werror by default, but put it in a variable so it can
# be disabled in ~/.gyp/include.gypi on the valgrind builders.
'variables': {
- 'conditions': [
- ['OS=="linux"', {
- 'werror%': '-Werror',
- }, { # turn off -Werror on other Unices
- 'werror%': '',
- }],
- ],
+ 'werror%': '-Werror',
},
'defines': [
'_FILE_OFFSET_BITS=64',