--- config.org 2006-09-04 20:10:09.000000000 +0200 +++ configure 2006-09-04 20:10:28.000000000 +0200 @@ -6766,9 +6766,7 @@ GCC_FLAGS="$GCC_FLAGS -Wno-unused-parameter" if test "${debug}" = "yes"; then - GCC_FLAGS="$GCC_FLAGS -O0 -g -DDEBUG -Werror" - else - GCC_FLAGS="$GCC_FLAGS -O2" + GCC_FLAGS="$GCC_FLAGS -DDEBUG -Werror" fi CFLAGS="$CFLAGS $GCC_FLAGS"