[MPlayer-cvslog] r38640 - trunk/configure
cigaes
subversion at mplayerhq.hu
Sat Sep 21 12:30:00 EEST 2024
Author: cigaes
Date: Sat Sep 21 12:30:00 2024
New Revision: 38640
Log:
configure: remove -ffast-math
Nowadays most speed-critical code has asm optimizations.
Fix a strange delay with lavf files.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Sep 21 12:29:59 2024 (r38639)
+++ trunk/configure Sat Sep 21 12:30:00 2024 (r38640)
@@ -2969,10 +2969,9 @@ if test -z "$CFLAGS" || test "$_profile"
elif test "$cc_vendor" != "gnu" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe"
else
- CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+ CFLAGS="-O4 $_march $_mcpu $_pipe -fomit-frame-pointer"
WARNFLAGS="-Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security"
WARN_CFLAGS="-Werror-implicit-function-declaration"
- extra_ldflags="$extra_ldflags -ffast-math"
fi
if test "$_profile" != "" || test "$_debug" != ""; then
More information about the MPlayer-cvslog
mailing list