Bug fix
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
]
|
||||
},
|
||||
"cflags_c": [
|
||||
"-fno-exceptions -std=c11 -march=native -fPIC -DNDEBUG -Ofast -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2"
|
||||
"-fno-exceptions -std=gnu11 -march=native -fPIC -DNDEBUG -Ofast -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2"
|
||||
],
|
||||
"cflags_cc": [
|
||||
"-fexceptions -frtti -std=c++11 -march=native -fPIC -DNDEBUG -Ofast -s -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2"
|
||||
"-fexceptions -frtti -std=gnu++11 -march=native -fPIC -DNDEBUG -Ofast -s -funroll-loops -fvariable-expansion-in-unroller -ftree-loop-if-convert-stores -fmerge-all-constants -fbranch-target-load-optimize2"
|
||||
],
|
||||
"xcode_settings": {
|
||||
"OTHER_CFLAGS": [ "-fexceptions -frtti" ]
|
||||
|
||||
Reference in New Issue
Block a user