diff --git a/configure.ac b/configure.ac index c376f399e..8e3d62504 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ if test "$enable_debug" = "yes"; then CXXFLAGS="$CFLAGS -Wall -pedantic -ggdb3 -DDEBUG" AC_MSG_RESULT(yes) else - CXXFLAGS="$CFLAGS -O3" + CXXFLAGS="$CFLAGS -Wall -pedantic -O3" AC_MSG_RESULT(no) fi