summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-09-21 23:41:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-09-21 23:41:45 (GMT)
commit7b189913384c500b71cb82d1780d6d07b170583c (patch)
treefa5e0a0034ea33759dcc73f08267381134af29df /config
parent19369ba422ed1bda92613ac841573b507873ce1c (diff)
downloadhdf5-7b189913384c500b71cb82d1780d6d07b170583c.zip
hdf5-7b189913384c500b71cb82d1780d6d07b170583c.tar.gz
hdf5-7b189913384c500b71cb82d1780d6d07b170583c.tar.bz2
[svn-r711] Updated flags for better production compiling
Diffstat (limited to 'config')
-rw-r--r--config/hpux10.204
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20
index 99d333b..65cf131 100644
--- a/config/hpux10.20
+++ b/config/hpux10.20
@@ -15,12 +15,12 @@ CFLAGS="$CFLAGS -Ae"
#CPPFLAGS="$CPPFLAGS -I."
# What compiler flags should be used for code development?
-DEBUG_CFLAGS=
+DEBUG_CFLAGS=-g
DEBUG_CPPFLAGS=
# What compiler flags should be used for building a production
# library?
-PROD_CFLAGS=
+PROD_CFLAGS=-O
PROD_CPPFLAGS=
# What compiler flags enable code profiling?