summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-03-18 13:50:55 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2013-03-20 01:11:01 +0100
commit06bec0e08737ee6c3e165ec6dd16b54ffe1b4c91 (patch)
tree0b5f666278a7487bd3ea32706cda09e190dbbdf7 /deps
parent83261e789eb903da39f279cb5a161611482e7df5 (diff)
downloadnode-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.gypi9
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': [