aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar nickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-09 08:52:51 +0000
committerGravatar nickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-09 08:52:51 +0000
commit4b6f69ec2a5cc51288e9ab8bbda5a5eec0b8be64 (patch)
treeb4de2c39c53cc61f03dfbae7956f0174e41e5525 /configure
parent412ceff3766b960a4f33a7f7ced84eecf8187d8f (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b31dc7a6e9..c41fba8459 100755
--- a/configure
+++ b/configure
@@ -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"