summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-04-08 01:11:01 (GMT)
committerGitHub <noreply@github.com>2023-04-08 01:11:01 (GMT)
commitde9fab17e1c256e2ab9eb6920da50c9d5d3e6c95 (patch)
tree5a4f4fcc856fd46a59f952f3d686762023aa0d8e /release_docs
parentbc2517b33d8bd5d23c2352d38b97a23d07c92833 (diff)
downloadhdf5-de9fab17e1c256e2ab9eb6920da50c9d5d3e6c95.zip
hdf5-de9fab17e1c256e2ab9eb6920da50c9d5d3e6c95.tar.gz
hdf5-de9fab17e1c256e2ab9eb6920da50c9d5d3e6c95.tar.bz2
CMake - Match Autotools behavior for library instrumentation (#2648) (#2672)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6ec3bc0..dabd21b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -49,8 +49,15 @@ New Features
Configuration:
-------------
- -
+ - Enabled instrumentation of the library by default in CMake for parallel
+ debug builds
+
+ HDF5 can be configured to instrument portions of the parallel library to
+ aid in debugging. Autotools builds of HDF5 turn this capability on by
+ default for parallel debug builds and off by default for other build types.
+ CMake has been updated to match this behavior.
+ (JTH - 2023/03/29)
Library:
--------