diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-05-28 13:35:54 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-05-28 13:35:54 -0700 |
commit | 961a34a731955322370373dd977bc99009965a86 (patch) | |
tree | d0538f1190ce48d12933dad8bf29adae7a2a83cb /build/standalone.gypi | |
parent | 40c4fb881dad923c4dcbee3a9477e0a995f3bd04 (diff) | |
download | pdfium-961a34a731955322370373dd977bc99009965a86.tar.xz |
Followup comments from https://codereview.chromium.org/298893007/
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/302653009
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', |