- Added the "-Wall and -pedantic" compiler flags for the non-debug
  build.  The should have been there anyway.
This commit is contained in:
Paul Beckingham 2009-03-18 22:54:59 -04:00
parent 9a350a7dcd
commit 3c196230dd

View file

@ -18,7 +18,7 @@ if test "$enable_debug" = "yes"; then
CXXFLAGS="$CFLAGS -Wall -pedantic -ggdb3 -DDEBUG" CXXFLAGS="$CFLAGS -Wall -pedantic -ggdb3 -DDEBUG"
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
else else
CXXFLAGS="$CFLAGS -O3" CXXFLAGS="$CFLAGS -Wall -pedantic -O3"
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
fi fi