Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index dad870c3abdf488df7b3f18f2adb9c7b634a6b33..bf2cdb325cbaf802ec6585ba339b96551c0097fd 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -449,7 +449,7 @@ config("compiler") { |
# C++11 compiler flags setup. |
# --------------------------- |
- if (is_linux || is_android || is_nacl) { |
+ if (is_nacl) { |
# gnu++11 instead of c++11 is needed because some code uses typeof() (a |
# GNU extension). |
# TODO(thakis): Eventually switch this to c++11 instead, |