[MPlayer-cvslog] r23492 - trunk/configure

diego subversion at mplayerhq.hu
Thu Jun 7 15:40:22 CEST 2007


Author: diego
Date: Thu Jun  7 15:40:22 2007
New Revision: 23492

Log:
Add -Wall (back) to default CFLAGS.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun  7 15:40:22 2007
@@ -2251,7 +2251,7 @@ elif test -z "$CFLAGS" ; then
   elif test "$cc_vendor" != "gnu" ; then
     CFLAGS="-O2 $_march $_mcpu $_pipe"
   else
-    CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+    CFLAGS="-Wall -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
   fi
 else
   _warn_CFLAGS=yes



More information about the MPlayer-cvslog mailing list