0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 21:18:57 +02:00

configure: Add explicit mtune even w/ march.

This commit is contained in:
Jason Volk 2020-06-20 22:05:44 -07:00
parent 613702bc13
commit 5e0745c3e9

View file

@ -419,6 +419,7 @@ AM_COND_IF([GENERIC],
], [
machine_tuning="native instruction set"
CXXFLAGS+=" -march=native"
CXXFLAGS+=" -mtune=native"
])
dnl