Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 11c5a34170a7f5c4612e4c58aa8ec04e39c8cba9..15097d5e2c05b8d51e984f61eabb19f17b9db68e 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1085,7 +1085,8 @@ |
# Use -fno-strict-aliasing, see http://crbug.com/32204 |
'no_strict_aliasing%': 1, |
'conditions': [ |
- ['OS=="linux"', { |
+ # Disabled for GCC 4.6; see http://crbug.com/80071 |
+ ['OS=="linux" and gcc_version!=46', { |
'werror%': '-Werror', |
}, { # turn off -Werror on other Unices |
'werror%': '', |