Have --enable-opt use -O3, not -Ofast
This commit is contained in:
parent
7e4f83a54d
commit
f92cfae9d8
@ -139,8 +139,8 @@ AC_ARG_ENABLE(opt,
|
||||
[AS_HELP_STRING(--enable-opt,Optimize for the native CPU - The resulting library will be faster but not portable)],
|
||||
[
|
||||
AS_IF([test "x$enableval" = "xyes"], [
|
||||
CFLAGS="$CFLAGS -Ofast -march=native -save-temps"
|
||||
LDFLAGS="$LDFLAGS -Ofast -march=native"])
|
||||
CFLAGS="$CFLAGS -O3 -march=native -save-temps"
|
||||
LDFLAGS="$LDFLAGS -O3 -march=native"])
|
||||
])
|
||||
|
||||
AC_SUBST([MAINT])
|
||||
|
Loading…
Reference in New Issue
Block a user