For future development - the most warnings are enabled for --debug or --profile

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1070 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nickols_k 2001-06-09 08:52:51 +00:00
parent 412ceff376
commit 4b6f69ec2a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1184,7 +1184,7 @@ fi
# 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"