# HG changeset patch # User nickols_k # Date 992076771 0 # Node ID 844e266c4ea97199c8eee1477a0b55e33b1b5503 # Parent cda8756ac10fbea1c877352ff2c1215a5071807a For future development - the most warnings are enabled for --debug or --profile diff -r cda8756ac10f -r 844e266c4ea9 configure --- a/configure Sat Jun 09 08:50:48 2001 +0000 +++ b/configure Sat Jun 09 08:52:51 2001 +0000 @@ -1184,7 +1184,7 @@ # Checking for CFLAGS if [ "$_profile" != "" ] || [ "$_debug" != "" ]; then - CFLAGS="-O2 -march=$proc -mcpu=$proc $_debug $_profile" + CFLAGS="-W -Wall -O2 -march=$proc -mcpu=$proc $_debug $_profile" else if test -z "$CFLAGS"; then CFLAGS="-O4 -march=$proc -mcpu=$proc -pipe -ffast-math -fomit-frame-pointer"