summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2e85b26..650d60b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,8 @@ AC_INIT([petitboot], [0.2], [Jeremy Kerr <jk@ozlabs.org>])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
-default_CFLAGS='--std=gnu99 -O2 -Wall -g'
+default_CFLAGS="--std=gnu99 -O2 -g -Wall -W -Wunused -Wstrict-prototypes \
+-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Winline"
if test "x$CFLAGS" = "x"; then
CFLAGS="$default_CFLAGS"
OpenPOWER on IntegriCloud