--enable-opt now enables -save-temps; remove -flto

This commit is contained in:
Frank Denis
2015-12-18 01:11:41 +01:00
parent 00914500e0
commit 90c49184fa
+2 -2
View File
@@ -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 -flto -march=native"
LDFLAGS="$LDFLAGS -flto -march=native"])
CFLAGS="$CFLAGS -march=native -save-temps"
LDFLAGS="$LDFLAGS -march=native"])
])
AC_SUBST([MAINT])