Add -Wall to default CFLAGS

This commit is contained in:
Matthew Wild 2009-02-15 11:47:43 +00:00
parent ee76996984
commit f28bae1905

4
configure vendored
View file

@ -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