From 6e495dfe476040dbb19fc08c684145e876d96237 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Fri, 7 Jun 2019 09:52:11 +0100 Subject: [PATCH] wmail: extra debug compiler flags. --- wmail/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmail/configure.in b/wmail/configure.in index 7054c52..9b36dbf 100644 --- a/wmail/configure.in +++ b/wmail/configure.in @@ -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?