diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-04-13 16:17:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 16:17:27 (GMT) |
commit | 9fff85d7e63d58a49dc6031b64bf965ab8f426b9 (patch) | |
tree | 3ad77bbf6306964eb88f9811a603dca7a549e405 /release_docs | |
parent | 5b4df7b2cd08bdef177ee092d7e57097f8dc96f8 (diff) | |
download | hdf5-9fff85d7e63d58a49dc6031b64bf965ab8f426b9.zip hdf5-9fff85d7e63d58a49dc6031b64bf965ab8f426b9.tar.gz hdf5-9fff85d7e63d58a49dc6031b64bf965ab8f426b9.tar.bz2 |
CMake - Match Autotools behavior for library instrumentation (#2648) (#2674)
Enable library instrumentation by default for parallel debug builds
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 81b1a94..e36372a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,16 @@ 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) + - Added new option to build libaec and zlib inline with CMake. Using the CMake FetchContent module, the external filters can populate |