diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-03-09 17:50:53 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-03-09 17:50:53 (GMT) |
commit | da5058310c324dcce93dc9328ef2bd53bf1fed02 (patch) | |
tree | fb079da5b113904f61c922ed02f59fe84e8e9d9f /release_docs | |
parent | 793503a3cd26b3435ee27b092d9fe7f2cb93ce29 (diff) | |
download | hdf5-da5058310c324dcce93dc9328ef2bd53bf1fed02.zip hdf5-da5058310c324dcce93dc9328ef2bd53bf1fed02.tar.gz hdf5-da5058310c324dcce93dc9328ef2bd53bf1fed02.tar.bz2 |
[svn-r16554] Purpose:
Bug Fix
Description:
Removing the code from configure which strips the '-g' flag from CFLAGS
when in production mode. The current default CFLAGS in production mode
does not include '-g', as intended, but we should allow users to
override this and enable '-g' by setting the CFLAGS environment variable
if desired. Note that this applies to FCFLAGS and CXXFLAGS as well.
Tested:
kagiso, linew, liberty
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1190df9..06a8108 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -230,6 +230,9 @@ Bug Fixes since HDF5-1.8.0 release Configuration ------------- + - Configure no longer removes the '-g' flag from CFLAGS when in production + mode if it has been explicitly set in the CFLAGS environment variable + prior to configuration. MAM - 2009/03/09 - BZ #1401. - Fixed error with 'make check install' failing due to h5dump needing other tools built first. MAM - 2008/10/24. - When using shared szip, it is no longer necessary to specify |