Mercurial > mplayer.hg
changeset 23472:aff3ef146f46
Add -Wall (back) to default CFLAGS.
author | diego |
---|---|
date | Thu, 07 Jun 2007 13:40:22 +0000 |
parents | 44e840f428ab |
children | 930a757b9bc0 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jun 07 10:50:04 2007 +0000 +++ b/configure Thu Jun 07 13:40:22 2007 +0000 @@ -2251,7 +2251,7 @@ 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