diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-04-08 20:34:11 +0200 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-04-19 10:51:01 -0700 |
commit | 2efb6cf0cfb4ef6ea87a7c16dfe1b8540fd19ea2 (patch) | |
tree | 148e95de28d5f7a31dbd95232c77ad83156c8b9b /deps/v8/build/common.gypi | |
parent | 50624a50ee484b8a53cd4f1155e4e53f19c803be (diff) | |
download | node-new-2efb6cf0cfb4ef6ea87a7c16dfe1b8540fd19ea2.tar.gz |
v8: reapply floating patches
Diffstat (limited to 'deps/v8/build/common.gypi')
-rw-r--r-- | deps/v8/build/common.gypi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi index 0b1f397268..8028b3eecb 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -454,15 +454,6 @@ }], ['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': [ |