[svn-r1036] Updated compiler flags

This commit is contained in:
Quincey Koziol 1999-01-28 17:00:01 -05:00
parent a1f46c91fd
commit c00d3bcc92
2 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@ case "X-$CC" in
*)
CFLAGS="$CFLAGS -Ae"
DEBUG_CFLAGS=-g
DEBUG_CPPFLAGS=
DEBUG_CPPFLAGS="-Ae"
PROD_CFLAGS=-O
PROD_CPPFLAGS=
PROD_CPPFLAGS="-Ae"
PROFILE_CFLAGS=
PROFILE_CPPFLAGS=
PROFILE_CPPFLAGS="-Ae"
;;
esac

View File

@ -14,7 +14,7 @@ fi
ARCH="-mcpu=pentiumpro -march=pentiumpro -malign-double"
NOFP="-fomit-frame-pointer"
HDF4_FLAGS="-D__i386"
#HDF4_FLAGS="-D__i386"
# Compiler flags. We use `-v' to get the version number because it almost
# always works on Linux systems.