summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-07 13:40:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-07 13:40:22 +0000
commit10610f736ca7e8203eee6b9bc1a12af8b8dffa75 (patch)
treeeb00ee4f5b9f55a302bbc4a5647be8ccbcf1fe63 /configure
parent2c40d909bb007c8615b385435009d9047d2fb3ae (diff)
downloadmpv-10610f736ca7e8203eee6b9bc1a12af8b8dffa75.tar.bz2
mpv-10610f736ca7e8203eee6b9bc1a12af8b8dffa75.tar.xz
Add -Wall (back) to default CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23492 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 4ca47cc449..6044214828 100755
--- a/configure
+++ b/configure
@@ -2251,7 +2251,7 @@ elif test -z "$CFLAGS" ; then
elif test "$cc_vendor" != "gnu" ; then
CFLAGS="-O2 $_march $_mcpu $_pipe"
else
- CFLAGS="-O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+ CFLAGS="-Wall -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
fi
else
_warn_CFLAGS=yes