Skip to content
Snippets Groups Projects
Commit 297b7625 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Turn on -Wall

parent 46222bbc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment