wmail: extra debug compiler flags.
This commit is contained in:
parent
71c126d20e
commit
6e495dfe47
|
@ -55,8 +55,8 @@ dnl Enable Debugging?
|
|||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug enable debugging ],, enable_debug=no)
|
||||
if test "$enable_debug" = yes; then
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG"
|
||||
CFLAGS="$CFLAGS -Wall -g"
|
||||
CPPFLAGS="$CPPFLAGS -DDEBUG -D_XOPEN_SOURCE=600"
|
||||
CFLAGS="$CFLAGS -std=c99 -pedantic -Wall -Wextra -g"
|
||||
fi
|
||||
|
||||
dnl Use delt's pixmaps instead of the default ones?
|
||||
|
|
Loading…
Reference in a new issue