Module: libav Branch: master Commit: bf38959a30ecba4e4ee95d4f2a80ba7ece4f34be
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Thu Dec 15 12:20:06 2016 +0100 configure: Move optflags checks to a more sensible place --- configure | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 53dd809..e79c622 100755 --- a/configure +++ b/configure @@ -4926,6 +4926,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" @@ -4933,10 +4936,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 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
