diff options
author | isaacs <i@izs.me> | 2013-01-24 08:59:39 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-01-24 09:10:01 -0800 |
commit | 80242528778cacb57d7f043309745d169f1d234c (patch) | |
tree | 8a113db67d8415bfa3a30ff36d494755b55cf88c /deps/v8/build/common.gypi | |
parent | 82f1d340c1278af046916798f488b196e21ebf19 (diff) | |
download | node-new-80242528778cacb57d7f043309745d169f1d234c.tar.gz |
V8: Upgrade to 3.15.11.10
Diffstat (limited to 'deps/v8/build/common.gypi')
-rw-r--r-- | deps/v8/build/common.gypi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 44bebae935..e68ee15fde 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -160,7 +160,7 @@ [ 'v8_use_arm_eabi_hardfloat=="true"', { 'defines': [ 'USE_EABI_HARDFLOAT=1', - 'CAN_USE_VFP2_INSTRUCTIONS', + 'CAN_USE_VFP3_INSTRUCTIONS', ], 'target_conditions': [ ['_toolset=="target"', { @@ -399,6 +399,15 @@ }], ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" \ or OS=="android"', { + 'cflags!': [ + '-O2', + '-Os', + ], + 'cflags': [ + '-fdata-sections', + '-ffunction-sections', + '-O3', + ], 'conditions': [ [ 'gcc_version==44 and clang==0', { 'cflags': [ |