From 0f2a387f0298aee43934e8b8a863529dc9cb9cf2 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sun, 4 Nov 2001 18:58:42 +0000 Subject: [PATCH] added gcc cmd line option -Wall to debug mode --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5e9333e..f45d243 100644 --- a/configure.in +++ b/configure.in @@ -362,7 +362,7 @@ AC_ARG_WITH(debug, debug="0" ;; yes) - cflags="-DDEBUG -g -DFOREGROUND -DMALLOC_CHECK_=2 -Wpointer-arith -Wstrict-prototypes" + cflags="-DDEBUG -g -Wall -DFOREGROUND -DMALLOC_CHECK_=2 -Wpointer-arith -Wstrict-prototypes" debug="1" ;; *) -- 2.47.3