diff options
author | Trevor Norris <trev.norris@gmail.com> | 2013-03-18 13:50:55 -0700 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-03-20 01:11:01 +0100 |
commit | 06bec0e08737ee6c3e165ec6dd16b54ffe1b4c91 (patch) | |
tree | 0b5f666278a7487bd3ea32706cda09e190dbbdf7 /deps | |
parent | 83261e789eb903da39f279cb5a161611482e7df5 (diff) | |
download | node-06bec0e08737ee6c3e165ec6dd16b54ffe1b4c91.tar.gz |
v8: remove optimization switches
Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi,
they are set globally in $(TOPLEVEL)/common.gypi.
Diffstat (limited to 'deps')
-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 a3c9ed094..38ed4f4c9 100644 --- a/deps/v8/build/common.gypi +++ b/deps/v8/build/common.gypi @@ -409,15 +409,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': [ |