From c00d3bcc929e18de27137d0b952127006f5cf692 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 28 Jan 1999 17:00:01 -0500 Subject: [svn-r1036] Updated compiler flags --- config/hpux10.20 | 6 +++--- config/linux | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/hpux10.20 b/config/hpux10.20 index 70085c7..c6afa9e 100644 --- a/config/hpux10.20 +++ b/config/hpux10.20 @@ -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 diff --git a/config/linux b/config/linux index d0d8620..46e101a 100644 --- a/config/linux +++ b/config/linux @@ -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. -- cgit v0.12