[MPlayer-cvslog] r31109 - trunk/configure
reimar
subversion at mplayerhq.hu
Fri Apr 30 23:18:18 CEST 2010
Author: reimar
Date: Fri Apr 30 23:18:17 2010
New Revision: 31109
Log:
Revert accidental change to default CFLAGS.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Apr 30 21:04:13 2010 (r31108)
+++ trunk/configure Fri Apr 30 23:18:17 2010 (r31109)
@@ -2496,7 +2496,7 @@ elif test -z "$CFLAGS" ; then
elif test "$cc_vendor" != "gnu" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe"
else
- CFLAGS="-g3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+ CFLAGS="-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
extra_ldflags="$extra_ldflags -ffast-math"
fi
else
More information about the MPlayer-cvslog
mailing list