mirror of https://gitee.com/bigwinds/arangodb
using O2 not O3
This commit is contained in:
parent
15ecc3e33b
commit
c06ccdcc24
|
@ -350,7 +350,7 @@
|
||||||
'-fdata-sections',
|
'-fdata-sections',
|
||||||
'-ffunction-sections',
|
'-ffunction-sections',
|
||||||
'-fomit-frame-pointer',
|
'-fomit-frame-pointer',
|
||||||
'-O3',
|
'-O2',
|
||||||
],
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
[ 'gcc_version==44 and clang==0', {
|
[ 'gcc_version==44 and clang==0', {
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
}],
|
}],
|
||||||
['OS=="mac"', {
|
['OS=="mac"', {
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'GCC_OPTIMIZATION_LEVEL': '3', # -O3
|
'GCC_OPTIMIZATION_LEVEL': '2', # -O3
|
||||||
|
|
||||||
# -fstrict-aliasing. Mainline gcc
|
# -fstrict-aliasing. Mainline gcc
|
||||||
# enables this at -O2 and above,
|
# enables this at -O2 and above,
|
||||||
|
|
Loading…
Reference in New Issue