# HG changeset patch # User Daniel Atallah # Date 1178897774 0 # Node ID d477b3134e9d411b79138895baa93fb64b4fcc2f # Parent 2ff14d4361f4924073f0158a2eaf746f1a99c461 disapproval of revision '612eceeda452461e8aafcb5031985cb9cc1120b4' diff -r 2ff14d4361f4 -r d477b3134e9d configure.ac --- a/configure.ac Fri May 11 04:21:03 2007 +0000 +++ b/configure.ac Fri May 11 15:36:14 2007 +0000 @@ -981,6 +981,10 @@ ]) fi + if test "x$enable_debug" = "xyes"; then + CFLAGS="$CFLAGS -O0" + fi + DEBUG_CFLAGS="-Wall $DEBUG_CFLAGS" CFLAGS="-g $CFLAGS" fi