diff options
Diffstat (limited to 'build/standalone.gypi')
-rw-r--r-- | build/standalone.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index ab8475929b..3b4f01bef6 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', |