# HG changeset patch # User diego # Date 1235247902 0 # Node ID a85f4b96fc19f91ab2185459ffe116bceb875cf5 # Parent 94fcc9e0449b6367ca8f50a6bb2722d156616665 Add -ffast-math to LDFLAGS as well as to CFLAGS. patch by Piotr Kaczuba, pepe attika.ath cx diff -r 94fcc9e0449b -r a85f4b96fc19 configure --- a/configure Sat Feb 21 18:15:55 2009 +0000 +++ b/configure Sat Feb 21 20:25:02 2009 +0000 @@ -2398,6 +2398,7 @@ 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