From: Yann E. MORIN" Date: Sun, 13 Jan 2013 22:29:12 +0000 (+0100) Subject: configure: enable -Wall by default X-Git-Tag: v3.8.0.0~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=775a5e27bd25b21ee69ad10789e3648001c0089d;p=kconfig-frontends configure: enable -Wall by default Signed-off-by: "Yann E. MORIN" Cc: Jan Engelhardt --- diff --git a/configure.ac b/configure.ac index 1fef677..b8ced67 100644 --- a/configure.ac +++ b/configure.ac @@ -50,12 +50,13 @@ LT_INIT([disable-static]) #--------------------------------------------------------------------------- # Set misc options -# By default, do not build with -Wall, unless the user asks for it +# By default, do build with -Wall, unless the user asks not to +[wall_CFLAGS=-Wall] AC_ARG_ENABLE( [wall], [AS_HELP_STRING( - [--enable-wall], - [build with -Wall (default=no)])], + [--disable-wall], + [build with -Wall (default=yes)])], [AS_CASE( ["$enableval"], [yes], [wall_CFLAGS=-Wall],