From b62a5415911d396c815a3f52c541ca50b265f4df Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 3 Feb 1999 18:26:56 -0500 Subject: [svn-r1057] Updated gcc flags for 2.7.x compilers --- config/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/linux b/config/linux index 46e101a..f314915 100644 --- a/config/linux +++ b/config/linux @@ -27,7 +27,7 @@ case `$CC -v 2>&1 |grep 'gcc version' |sed 's/.*gcc version //'` in echo " +------------------------------------------------+" sleep 5 CFLAGS="$CFLAGS -ansi" - PROD_CFLAGS="$ARCH -O3 $NOFP -finline-functions -fschedule-insns2 -Wno-shadow" + PROD_CFLAGS="-O3 $NOFP -finline-functions -Wno-shadow" PROD_CPPFLAGS="$HDF4_FLAGS" DEBUG_CFLAGS="-g -fverbose-asm -Wno-shadow" DEBUG_CPPFLAGS="$HDF4_FLAGS -DH5F_OPT_SEEK=0 -DH5F_LOW_DFLT=H5F_LOW_SEC2" -- cgit v0.12