--- configure.ac.orig Fri Feb 27 09:49:26 2004 +++ configure.ac Fri Feb 27 09:49:50 2004 @@ -29,8 +29,8 @@ AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [Extra debug output]), - [enable_debug='yes' DEBUG_CFLAGS="-ggdb -O0 -DDEBUG"], - [enable_debug='no' DEBUG_CFLAGS="-O3"]) + [enable_debug='yes' DEBUG_CFLAGS="-g -DDEBUG"], + [enable_debug='no' DEBUG_CFLAGS=""]) AC_PROG_CXX AC_PROG_CC