[pisa-src] r1425 - trunk/configure.ac
- From: Diego Biurrun <diego@xxxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Thu, 29 Oct 2009 17:34:51 +0100
Author: biurrun
Date: Thu Oct 29 17:34:51 2009
New Revision: 1425
Log:
Add -Wextra to default CFLAGS.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac Thu Oct 29 17:06:25 2009 (r1424)
+++ trunk/configure.ac Thu Oct 29 17:34:51 2009 (r1425)
@@ -151,7 +151,7 @@
AC_SUBST(sysconfdir, ${sysconfdir}/pisa)
# Set default CFLAGS for the complete project.
-AC_SUBST(CFLAGS, "$CFLAGS -g -O2 -Wall")
+AC_SUBST(CFLAGS, "$CFLAGS -g -O2 -Wall -Wextra")
# This is needed to export the _expanded_ value of the variable to config.h.
AC_DEFINE_UNQUOTED(PISA_SYSCONFDIR, "$(eval echo $sysconfdir)")
Other related posts:
- » [pisa-src] r1425 - trunk/configure.ac - Diego Biurrun