[pisa-src] r1430 - trunk/configure.ac
- From: Diego Biurrun <diego@xxxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Thu, 29 Oct 2009 18:31:19 +0100
Author: biurrun
Date: Thu Oct 29 18:31:19 2009
New Revision: 1430
Log:
Add -Wdisabled-optimization, -Wpointer-arith, -Wtype-limits, -Wundef, -Winline,
-Wno-deprecated-declarations to standard CFLAGS.
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac Thu Oct 29 18:12:09 2009 (r1429)
+++ trunk/configure.ac Thu Oct 29 18:31:19 2009 (r1430)
@@ -122,7 +122,7 @@
fi
# Set default CFLAGS for the complete project.
-AC_SUBST(CFLAGS, "$CFLAGS -g -O2 -Wall -Wextra -Wredundant-decls
-Wstrict-prototypes")
+AC_SUBST(CFLAGS, "$CFLAGS -g -O2 -Wall -Wextra -Wredundant-decls
-Wstrict-prototypes -Wdisabled-optimization -Wpointer-arith -Wtype-limits
-Wundef -Winline -Wno-deprecated-declarations")
if test -d "$PISA_HIPL_SRCDIR"; then
AC_DEFINE(CONFIG_PISA_WITH_HIPL, AC_PREREQ(2.53))
Other related posts:
- » [pisa-src] r1430 - trunk/configure.ac - Diego Biurrun