diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-10-28 18:50:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-10-28 18:50:46 (GMT) |
commit | b506e17d08778191330ae57a65b3c6194142f00c (patch) | |
tree | 0c2437d85d032b3c1377f30239693816c401ae1e /config | |
parent | 8f5444033ef64c591381e4c18698d2da3bbb74ca (diff) | |
download | hdf5-b506e17d08778191330ae57a65b3c6194142f00c.zip hdf5-b506e17d08778191330ae57a65b3c6194142f00c.tar.gz hdf5-b506e17d08778191330ae57a65b3c6194142f00c.tar.bz2 |
[svn-r815] Changed default compilation options for HPUX 9.x
Diffstat (limited to 'config')
-rw-r--r-- | config/hpux9.03 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hpux9.03 b/config/hpux9.03 index b593d0d..cdd2ce8 100644 --- a/config/hpux9.03 +++ b/config/hpux9.03 @@ -11,8 +11,8 @@ # `--enable-debug' switch of configure. # What must *always* be present for things to compile correctly? -CFLAGS="$CFLAGS -Ae" -#CPPFLAGS="$CPPFLAGS -I." +#CFLAGS="$CFLAGS -Ae" +CPPFLAGS="$CPPFLAGS -I." # What compiler flags should be used for code development? DEBUG_CFLAGS=-g |