comparison configure @ 31067:a4658190b9de

Revert accidental change to default CFLAGS.
author reimar
date Fri, 30 Apr 2010 21:18:17 +0000
parents 0d51c0dcd832
children 09b714720a80
comparison
equal deleted inserted replaced
31066:0d51c0dcd832 31067:a4658190b9de
2494 elif test "$cc_vendor" = "sun" ; then 2494 elif test "$cc_vendor" = "sun" ; then
2495 CFLAGS="-O2 $_march $_mcpu $_pipe -xc99 -xregs=frameptr" 2495 CFLAGS="-O2 $_march $_mcpu $_pipe -xc99 -xregs=frameptr"
2496 elif test "$cc_vendor" != "gnu" ; then 2496 elif test "$cc_vendor" != "gnu" ; then
2497 CFLAGS="-O2 $_march $_mcpu $_pipe" 2497 CFLAGS="-O2 $_march $_mcpu $_pipe"
2498 else 2498 else
2499 CFLAGS="-g3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" 2499 CFLAGS="-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
2500 extra_ldflags="$extra_ldflags -ffast-math" 2500 extra_ldflags="$extra_ldflags -ffast-math"
2501 fi 2501 fi
2502 else 2502 else
2503 _warn_CFLAGS=yes 2503 _warn_CFLAGS=yes
2504 fi 2504 fi