---
configure | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/configure b/configure
index 461d47c..7d78ac0 100755
--- a/configure
+++ b/configure
@@ -4929,6 +4929,9 @@ check_optflags(){
enabled lto && check_ldflags "$@"
}
+check_optflags $optflags
+check_optflags -fno-math-errno
+check_optflags -fno-signed-zeros
if enabled lto; then
test "$cc_type" != "$ld_type" && die "LTO requires same compiler and
linker"
@@ -4936,10 +4939,6 @@ if enabled lto; then
check_ldflags -flto $cpuflags
fi
-check_optflags $optflags
-check_optflags -fno-math-errno
-check_optflags -fno-signed-zeros
-
if enabled icc; then
# Just warnings, no remarks
check_cflags -w1
--
2.1.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel