Mercurial > mplayer.hg
changeset 1069:844e266c4ea9
For future development - the most warnings are enabled for --debug or --profile
author | nickols_k |
---|---|
date | Sat, 09 Jun 2001 08:52:51 +0000 |
parents | cda8756ac10f |
children | e45a029db4c3 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"