0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

configure: Remove redundant -march flag.

This commit is contained in:
Jason Volk 2019-01-22 12:23:13 -08:00
parent f95ed6851b
commit 706563195e

View file

@ -401,7 +401,6 @@ CXXFLAGS+=" -O$optimize_level"
AM_COND_IF([OPTIMIZE],
[
CXXFLAGS+=" -march=native"
CXXFLAGS+=" -fweb"
CXXFLAGS+=" -fdata-sections"
CXXFLAGS+=" -ffunction-sections"