We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b60b26 + 9b9a3a4 commit fa83ddbCopy full SHA for fa83ddb
configure.ac
@@ -60,7 +60,7 @@ AC_HELP_STRING([--enable-native],
60
[enable_native=yes]
61
)
62
63
-AX_CHECK_COMPILE_FLAG([-O3], [CFLAGS=-O3])
+AX_CHECK_COMPILE_FLAG([-O3], [CFLAGS="$CFLAGS -O3"])
64
dnl Not all architectures support -march=native
65
if test $enable_native = "yes"; then
66
AX_CHECK_COMPILE_FLAG([-march=native], [], [enable_native=no])
0 commit comments