Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index ab8475929bb2555b9ae0ea4834810f9a3fe9c723..3b4f01bef600eacc383d60e615fee32548f37d92 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -37,6 +37,7 @@ |
'host_arch%': '<(host_arch)', |
'target_arch%': '<(target_arch)', |
}, |
+ # These two are needed by V8. |
'host_arch%': '<(host_arch)', |
'target_arch%': '<(target_arch)', |
'werror%': '-Werror', |
@@ -134,7 +135,7 @@ |
'defines!': [ |
'DEBUG', |
], |
- 'cflags!': [ |
+ 'cflags': [ |
'-Wall', |
'-W', |
'-Wno-unused-parameter', |