summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-03-09 21:01:46 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-03-09 21:01:46 (GMT)
commitaaabbc1b4d8e01b323de9049fe149564a7c0cbc7 (patch)
treeafd9168e4d333d13ddb451388509468e0e6ba5cb /release_docs/RELEASE.txt
parent7f74609cd0710de49b23a3091fe100e316fc08df (diff)
downloadhdf5-aaabbc1b4d8e01b323de9049fe149564a7c0cbc7.zip
hdf5-aaabbc1b4d8e01b323de9049fe149564a7c0cbc7.tar.gz
hdf5-aaabbc1b4d8e01b323de9049fe149564a7c0cbc7.tar.bz2
[svn-r16556] Purpose:
Doc Update Description: Updated RELEASE.txt to document known issue about '-g' getting stripped from CFLAGS in production mode, without ability to be overridden. This was fixed in 1.8 and the trunk, but will not be fixed in 1.6 as the config/ files would need to be slightly overhauled in order to work as intended. Tested: doc only, none needed.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b24bb08..dcb7aad 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -288,6 +288,12 @@ Footnotes:
Known Problems
==============
+* When in production mode, any presence of the '-g' flag within CFLAGS is
+ stripped out during configuration. This currently cannot be overridden.
+ In order to build with '-g' specified within CFLAGS, use the
+ --disable-production configure flag in order to configure in development
+ mode. MAM - 2009/03/09.
+
* We discovered two problems when running collective IO parallel HDF5 tests
with chunking storage with the ChaMPIon MPI compiler on tungsten, a Linux
cluster at NCSA.