[xiph-commits] r17064 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Thu Mar 25 20:38:31 PDT 2010


Author: giles
Date: 2010-03-25 20:38:31 -0700 (Thu, 25 Mar 2010)
New Revision: 17064

Modified:
   trunk/ogg/configure.in
Log:
Turn on all gcc warnings in the Linux release build, as it is
for other platforms.


Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in	2010-03-26 03:38:04 UTC (rev 17063)
+++ trunk/ogg/configure.in	2010-03-26 03:38:31 UTC (rev 17064)
@@ -46,7 +46,7 @@
         case $host in 
         *-*-linux*)
                 DEBUG="-g -Wall -fsigned-char"
-                CFLAGS="-O20 -ffast-math -fsigned-char"
+                CFLAGS="-O20 -Wall -ffast-math -fsigned-char"
                 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
 		;;
         sparc-sun-*)



More information about the commits mailing list