Add -Wall to default CFLAGS
authorMatthew Wild <mwild1@gmail.com>
Sun, 15 Feb 2009 11:47:43 +0000 (11:47 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sun, 15 Feb 2009 11:47:43 +0000 (11:47 +0000)
configure

index f3b7f76d11320d475c7c148dfe3ad2ac18b1e151..e310b7a763e7da1496129dba343122dc51c83768 100755 (executable)
--- 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