Mercurial > mplayer.hg
changeset 31067:a4658190b9de
Revert accidental change to default CFLAGS.
author | reimar |
---|---|
date | Fri, 30 Apr 2010 21:18:17 +0000 |
parents | 0d51c0dcd832 |
children | ae2e8f0d4625 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Apr 30 19:04:13 2010 +0000 +++ b/configure Fri Apr 30 21:18:17 2010 +0000 @@ -2496,7 +2496,7 @@ elif test "$cc_vendor" != "gnu" ; then CFLAGS="-O2 $_march $_mcpu $_pipe" else - CFLAGS="-g3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" + CFLAGS="-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" extra_ldflags="$extra_ldflags -ffast-math" fi else