v8: remove optimization switches
Remove compiler switches from $(TOPLEVEL)/deps/v8/build/common.gypi, they are set globally in $(TOPLEVEL)/common.gypi.
This commit is contained in:
parent
83261e789e
commit
06bec0e087
9
deps/v8/build/common.gypi
vendored
9
deps/v8/build/common.gypi
vendored
@ -409,15 +409,6 @@
|
|||||||
}],
|
}],
|
||||||
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" \
|
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" \
|
||||||
or OS=="android"', {
|
or OS=="android"', {
|
||||||
'cflags!': [
|
|
||||||
'-O2',
|
|
||||||
'-Os',
|
|
||||||
],
|
|
||||||
'cflags': [
|
|
||||||
'-fdata-sections',
|
|
||||||
'-ffunction-sections',
|
|
||||||
'-O3',
|
|
||||||
],
|
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ 'gcc_version==44 and clang==0', {
|
[ 'gcc_version==44 and clang==0', {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user