Add -Wall to default CFLAGS
authorMatthew Wild <mwild1@gmail.com>
Sun, 15 Feb 2009 11:47:43 +0000
changeset 802 33c012048492
parent 801 d29febc977fc
child 803 5a64649f4b94
Add -Wall to default CFLAGS
configure
--- a/configure	Sat Feb 14 19:39:46 2009 +0100
+++ b/configure	Sun Feb 15 11:47:43 2009 +0000
@@ -15,7 +15,7 @@
 CC=gcc
 LD=gcc
 
-CFLAGS="-fPIC"
+CFLAGS="-fPIC -Wall"
 LFLAGS="-shared"
 
 # Help
@@ -140,7 +140,7 @@
 	LUA_INCDIR_SET=yes	
 	LUA_LIBDIR=/usr/local/lib
 	LUA_LIBDIR_SET=yes
-	CFLAGS=""
+	CFLAGS="-Wall"
 	LFLAGS="-bundle -undefined dynamic_lookup"
 	fi	
 fi