v8: remove optimization switches

Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi,
they are set globally in $(TOPLEVEL)/common.gypi.
pull/24507/merge
Trevor Norris 2013-03-18 13:50:55 -07:00 committed by Ben Noordhuis
parent 83261e789e
commit 06bec0e087
1 changed files with 0 additions and 9 deletions

View File

@ -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': [