X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=d68b624b69209622f70df17ce7d43db458257174;hb=75a7e976493fbf8682928cef33a3b33c7096e1ed;hp=957b3dabe3c22e436fe18efb88efe05f43521b30;hpb=a428afdfc7347e10e7e95faf719682e9283622b7;p=mmh diff --git a/configure.in b/configure.in index 957b3da..d68b624 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,7 @@ if test -n "$auto_cflags"; then else test -z "$LDFLAGS" && LDFLAGS=-s if test -n "$GCC"; then - test -z "$CFLAGS" && CFLAGS=-O2 || CFLAGS="$CFLAGS -O2" + test -z "$CFLAGS" && CFLAGS="-Wall -O2" || CFLAGS="$CFLAGS -Wall -O2" else test -z "$CFLAGS" && CFLAGS=-O || CFLAGS="$CFLAGS -O" fi