Index: configure
===================================================================
RCS file: /var/lib/mythcvs/mythtv/configure,v
retrieving revision 1.34
diff -u -r1.34 configure
--- configure	22 Mar 2005 03:36:25 -0000	1.34
+++ configure	22 Mar 2005 17:15:55 -0000
@@ -110,7 +110,7 @@
 #echo "  --disable-vhook          disable video hooking support"
 #echo "  --enable-gprof           enable profiling with gprof [$gprof]"
 #echo "  --disable-debug          disable debugging symbols"
-#echo "  --disable-opts           disable compiler optimizations"
+echo "  --disable-opts           disable compiler optimizations"
 #echo "  --disable-mpegaudio-hp   faster (but less accurate)"
 #echo "                           mpegaudio decoding [default=no]"
 #echo "  --disable-ffserver       disable ffserver build"
Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythtv/settings.pro,v
retrieving revision 1.109
diff -r1.109 settings.pro
32c32,34
< QMAKE_CXXFLAGS_RELEASE = $$OPTFLAGS -fomit-frame-pointer
---
> QMAKE_CXXFLAGS_RELEASE += $$OPTFLAGS -fomit-frame-pointer
> QMAKE_CXXFLAGS_DEBUG += $$OPTFLAGS
> 
42a45
> QMAKE_CFLAGS_DEBUG = $${QMAKE_CXXFLAGS_DEBUG}
