X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a428afdfc7347e10e7e95faf719682e9283622b7..e0233d70fb7bfac996b3514ae60d7eedef0e6ad3:/configure diff --git a/configure b/configure index ea958420..f61647d6 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