diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-04-08 20:34:11 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-04-17 16:10:51 +0200 |
commit | c7d7072e603ef73af5e6d5070e830432d5a63c6e (patch) | |
tree | 4ff292c3362ed8a8505bedd1c1748b2bf90f584f /deps/v8/build/common.gypi | |
parent | 9f682265d6631a29457abeb53827d01fa77493c8 (diff) | |
download | node-new-c7d7072e603ef73af5e6d5070e830432d5a63c6e.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': [ |