Turn on -Wall

This commit is contained in:
Eelco Dolstra 2013-08-19 11:41:15 +02:00
parent 46222bbc43
commit 297b762513
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ if test "$sys_name" = sunos; then
fi
CFLAGS=${CFLAGS:--g -O3}
CXXFLAGS=${CXXFLAGS:--g -O3}
CFLAGS=${CFLAGS:--g -O3 -Wall}
CXXFLAGS=${CXXFLAGS:--g -O3 -Wall}
AC_PROG_CC
AC_PROG_CXX