# HG changeset patch # User reimar # Date 1272662297 0 # Node ID a4658190b9deddb385a512b5a2a3056e7b4bc941 # Parent 0d51c0dcd8322bfa077b21d072b4617292c493e8 Revert accidental change to default CFLAGS. diff -r 0d51c0dcd832 -r a4658190b9de configure --- 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