mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
configure: Remove redundant -march flag.
This commit is contained in:
parent
f95ed6851b
commit
706563195e
1 changed files with 0 additions and 1 deletions
|
@ -401,7 +401,6 @@ CXXFLAGS+=" -O$optimize_level"
|
|||
|
||||
AM_COND_IF([OPTIMIZE],
|
||||
[
|
||||
CXXFLAGS+=" -march=native"
|
||||
CXXFLAGS+=" -fweb"
|
||||
CXXFLAGS+=" -fdata-sections"
|
||||
CXXFLAGS+=" -ffunction-sections"
|
||||
|
|
Loading…
Reference in a new issue