| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 7c967206734d779b3caef80833bb91392a61f6f9..57bc8af94c5145b30c07aaad4ebb8b2e55c05a66 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -390,9 +390,7 @@
|
| 'cflags_cc': [ '-Wnon-virtual-dtor', '-fno-rtti', '-std=gnu++0x' ],
|
| 'ldflags': [ '-pthread', ],
|
| 'conditions': [
|
| - # TODO(arm64): It'd be nice to enable this for arm64 as well,
|
| - # but the Assembler requires some serious fixing first.
|
| - [ 'clang==1 and v8_target_arch=="x64"', {
|
| + [ 'clang==1 and (v8_target_arch=="x64" or v8_target_arch=="arm64")', {
|
| 'cflags': [ '-Wshorten-64-to-32' ],
|
| }],
|
| [ 'host_arch=="ppc64" and OS!="aix"', {
|
|
|