[xiph-commits] r9625 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Mon Jul 25 18:15:07 PDT 2005


Author: giles
Date: 2005-07-25 18:15:05 -0700 (Mon, 25 Jul 2005)
New Revision: 9625

Modified:
   trunk/theora/configure.ac
Log:
Turn on debugging info in the default gcc build.


Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2005-07-25 22:36:01 UTC (rev 9624)
+++ trunk/theora/configure.ac	2005-07-26 01:15:05 UTC (rev 9625)
@@ -67,7 +67,7 @@
         case $host in 
         *)
                 DEBUG="-g -W -D__NO_MATH_INLINES"
-                CFLAGS="-O2 -Wall"
+                CFLAGS="-g -O2 -Wall"
                 PROFILE="-W -pg -g -O2 -fno-inline-functions";;
         esac
 fi



More information about the commits mailing list