diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-01-28 22:00:01 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-01-28 22:00:01 (GMT) |
commit | c00d3bcc929e18de27137d0b952127006f5cf692 (patch) | |
tree | 57fd5dac916e8d7aa34591dfebd4f4d0030a1035 | |
parent | a1f46c91fd7a9d0e14a9565c88914c12638963b0 (diff) | |
download | hdf5-c00d3bcc929e18de27137d0b952127006f5cf692.zip hdf5-c00d3bcc929e18de27137d0b952127006f5cf692.tar.gz hdf5-c00d3bcc929e18de27137d0b952127006f5cf692.tar.bz2 |
[svn-r1036] Updated compiler flags
-rw-r--r-- | config/hpux10.20 | 6 | ||||
-rw-r--r-- | 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. |