X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure;h=f61647d60baa01a0856c294f7327347d7c99d8e7;hb=fc35177f2bf93ba98b0da5691550914409e5bdf4;hp=ea95842095dc4fdb2df8ee07c3a6f841b68753c8;hpb=a428afdfc7347e10e7e95faf719682e9283622b7;p=mmh diff --git a/configure b/configure index ea95842..f61647d 100755 --- a/configure +++ b/configure @@ -1063,7 +1063,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