summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-21 20:25:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-21 20:25:02 +0000
commit2c48477e534169a21b78c8d03e4e07fef1aa69cd (patch)
tree1ae4a885299bf402185f1e20e1d759a6567960e3 /configure
parentadbe22d1b40b43c9dacf7660845fb6695a204149 (diff)
downloadmpv-2c48477e534169a21b78c8d03e4e07fef1aa69cd.tar.bz2
mpv-2c48477e534169a21b78c8d03e4e07fef1aa69cd.tar.xz
Add -ffast-math to LDFLAGS as well as to CFLAGS.
patch by Piotr Kaczuba, pepe attika.ath cx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28694 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 20361d61aa..2766f547af 100755
--- a/configure
+++ b/configure
@@ -2398,6 +2398,7 @@ elif test -z "$CFLAGS" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe"
else
CFLAGS="-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+ _ld_extra="$_ld_extra -ffast-math"
fi
else
_warn_CFLAGS=yes