[xiph-commits] r10545 - trunk/vorbis-tools

giles at svn.xiph.org giles at svn.xiph.org
Mon Dec 5 17:04:51 PST 2005


Author: giles
Date: 2005-12-05 17:04:50 -0800 (Mon, 05 Dec 2005)
New Revision: 10545

Modified:
   trunk/vorbis-tools/configure.ac
Log:
Abandon our traditional silly -O20 and turn on -Wall for gcc on linux.


Modified: trunk/vorbis-tools/configure.ac
===================================================================
--- trunk/vorbis-tools/configure.ac	2005-12-06 00:51:06 UTC (rev 10544)
+++ trunk/vorbis-tools/configure.ac	2005-12-06 01:04:50 UTC (rev 10545)
@@ -58,8 +58,8 @@
         case $host in
         *-*-linux*)
                 DEBUG="-g -Wall -fsigned-char"
-                CFLAGS="-O20 -ffast-math -fsigned-char"
-                PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
+                CFLAGS="-O2 -Wall -ffast-math -fsigned-char"
+                PROFILE="-Wall -W -pg -g -O2 -ffast-math -fsigned-char"
                 ;;
         sparc-sun-*)
                 DEBUG="-g -Wall -fsigned-char -mv8"
@@ -73,8 +73,8 @@
                 ;;
         *)
                 DEBUG="-g -Wall -fsigned-char"
-                CFLAGS="-O20 -fsigned-char"
-                PROFILE="-O20 -g -pg -fsigned-char"
+                CFLAGS="-O2 -fsigned-char"
+                PROFILE="-O2 -g -pg -fsigned-char"
                 ;;
         esac
 fi



More information about the commits mailing list