Changeset

802:33c012048492

Add -Wall to default CFLAGS
author Matthew Wild <mwild1@gmail.com>
date Sun, 15 Feb 2009 11:47:43 +0000
parents 801:d29febc977fc
children 803:5a64649f4b94
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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