X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=650d60b2fe2194dd81b90a79ccdfba5811624bd6;hp=2e85b26fc90d4830a1d2a3b313a50adae77cc990;hb=9793f862467407e83aa5b5a2cc35c25de9bae17b;hpb=32e6a41f33e5576716b351bd473a27939fe94fa1;ds=sidebyside 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 ]) 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"