[sword-svn] r1997 - trunk

dglassey at www.crosswire.org dglassey at www.crosswire.org
Sat Nov 25 08:08:01 MST 2006


Author: dglassey
Date: 2006-11-25 08:08:00 -0700 (Sat, 25 Nov 2006)
New Revision: 1997

Modified:
   trunk/configure.ac
Log:
Debug build to use -Wall to spot warnings

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-11-23 23:12:10 UTC (rev 1996)
+++ trunk/configure.ac	2006-11-25 15:08:00 UTC (rev 1997)
@@ -148,14 +148,14 @@
 if test x$enable_debug = xyes; then
   GCJFLAGS="-g -O0"
   if test x$ac_cv_prog_cc_g = xyes; then
-    AM_CFLAGS="-g3 -O0"
+    AM_CFLAGS="-g3 -O0 -Wall"
   else
-    AM_CFLAGS="-O0"
+    AM_CFLAGS="-O0 -Wall"
   fi
   if test x$ac_cv_prog_cxx_g = xyes; then
-    AM_CXXFLAGS="-g3 -O0"
+    AM_CXXFLAGS="-g3 -O0 -Wall"
   else
-    AM_CXXFLAGS="-O0"
+    AM_CXXFLAGS="-O0 -Wall"
   fi
 else
   AM_CFLAGS="-O2"




More information about the sword-cvs mailing list