summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-07-17 20:18:16 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-07-17 20:18:16 (GMT)
commit27ded6c5384deffb5eef3bc9479864d07cd5fcd5 (patch)
tree86bef298268bee524b7f9b97d587d02da0ca39e6 /config
parent53f425a0013652f9ef6fd5bf33cf81ee72fb780d (diff)
downloadhdf5-27ded6c5384deffb5eef3bc9479864d07cd5fcd5.zip
hdf5-27ded6c5384deffb5eef3bc9479864d07cd5fcd5.tar.gz
hdf5-27ded6c5384deffb5eef3bc9479864d07cd5fcd5.tar.bz2
[svn-r4229]
Purpose: Improvement Description: On DEC UNIX configure adds -g flag in production mode Solution: Used Albert's fix for SPs to eliminate the flag. Platforms tested: gondolin (both production and debug modes)
Diffstat (limited to 'config')
-rw-r--r--config/dec-flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/dec-flags b/config/dec-flags
index 7b2b182..7e3eaf8 100644
--- a/config/dec-flags
+++ b/config/dec-flags
@@ -35,6 +35,9 @@ EOF
;;
esac
+# CFLAGS must be set else configure set it to -g
+CFLAGS="$CFLAGS"
+
# Compiler flags
case "$cc_vendor-$cc_version" in
DEC-V5.*)