From f28bae1905f47b1f31c51d93b8bb64cecdc5d1ff Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 15 Feb 2009 11:47:43 +0000 Subject: Add -Wall to default CFLAGS --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f3b7f76d..e310b7a7 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ OPENSSL_LIB=crypto CC=gcc LD=gcc -CFLAGS="-fPIC" +CFLAGS="-fPIC -Wall" LFLAGS="-shared" # Help @@ -140,7 +140,7 @@ then LUA_INCDIR_SET=yes LUA_LIBDIR=/usr/local/lib LUA_LIBDIR_SET=yes - CFLAGS="" + CFLAGS="-Wall" LFLAGS="-bundle -undefined dynamic_lookup" fi fi -- cgit v1.2.3