X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=43e642570d8895be8729f24cce3379a504b41ff2;hb=4c88db14024912f86c1628f6bd8a05f9a6c5559b;hp=3118870aba953738c85d800a2c76483505d462d8;hpb=ea65554ea537786c7bc27018264f9e0d2ebd02ce;p=m6w6%2Flibmemcached diff --git a/configure.ac b/configure.ac index 3118870a..43e64257 100644 --- a/configure.ac +++ b/configure.ac @@ -60,9 +60,9 @@ if test "$GCC" = "yes" then if test "$ENABLE_DEBUG" = "yes" then - CFLAGS="-Wall -ggdb -DMEMCACHED_INTERNAL -DHAVE_DEBUG $CFLAGS" + CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -03 -ggdb -DMEMCACHED_INTERNAL -DHAVE_DEBUG $CFLAGS" else - CFLAGS="-Wall -O3 -DMEMCACHED_INTERNAL $CFLAGS" + CFLAGS="-W -Wall -Wextra -Wstrict-aliasing -pedantic -Wundef -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O3 -DMEMCACHED_INTERNAL $CFLAGS" fi else CFLAGS="-Xa -xstrconst -mt -D_FORTEC_ $CFLAGS"