summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-01-03 02:33:40 +0100
committerFedor Indutny <fedor.indutny@gmail.com>2013-01-12 00:34:36 +0400
commit8018113910f12a9dc1f25bb6c8a257f4161a38a1 (patch)
tree72e875ea2fe3530875765b43c17cbc3b5ed0db8c
parentd22bd9e3c48bccb9c21980a88a24b7914dd47943 (diff)
downloadandroid-node-v8-8018113910f12a9dc1f25bb6c8a257f4161a38a1.tar.gz
android-node-v8-8018113910f12a9dc1f25bb6c8a257f4161a38a1.tar.bz2
android-node-v8-8018113910f12a9dc1f25bb6c8a257f4161a38a1.zip
v8: remove optimization switches
Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, we set them globally in $(TOPLEVEL)/common.gypi. Commit 7b4d95a introduced the switches again, resulting in V8 getting built without any optimizations. This commit is essentially a rehash of commit 4b8629d.
-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 e68ee15fde..6d18b46c70 100644
--- a/deps/v8/build/common.gypi
+++ b/deps/v8/build/common.gypi
@@ -399,15 +399,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': [