Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index 788b96e01b7e06ef54547daeac4d79770c68c7d1..2fba9a9c2a4856f30ddda94786e49c1c5bd66491 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -787,6 +787,12 @@ |
| 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', |
| 'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x', # -std=gnu++0x |
| }, |
| + 'conditions': [ |
| + ['v8_target_arch=="x64" or v8_target_arch=="arm64" \ |
| + or v8_target_arch=="mips64el"', { |
| + 'xcode_settings': {'WARNING_CFLAGS': ['-Wshorten-64-to-32']}, |
| + }], |
| + ] |
|
Jakob Kummerow
2015/07/14 13:16:09
nit: trailing ',' for consistency
balazs.kilvady
2015/07/14 15:42:44
Done.
|
| }], |
| ], |
| 'target_conditions': [ |