diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-19 22:12:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-19 22:12:15 (GMT) |
commit | 0d7b7a50ae0bb9cca51c7fcadbe785aaa57104a3 (patch) | |
tree | 0543735831d1790f1ba2484492d8aa7e944ee210 /release_docs | |
parent | 548c6acd1338a6850cb8b87f24eff0b26b6d769b (diff) | |
download | hdf5-0d7b7a50ae0bb9cca51c7fcadbe785aaa57104a3.zip hdf5-0d7b7a50ae0bb9cca51c7fcadbe785aaa57104a3.tar.gz hdf5-0d7b7a50ae0bb9cca51c7fcadbe785aaa57104a3.tar.bz2 |
Add missing note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 52b2828..4c7f7fc 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -55,6 +55,18 @@ New Features (ADB - 2019/11/18, HDFFV-10962) + - Update CMake options to match new autotools options + + Add configure options (autotools - CMake): + enable-asserts HDF5_ENABLE_ASSERTS + enable-symbols HDF5_ENABLE_SYMBOLS + enable-profiling HDF5_ENABLE_PROFILING + enable-optimization HDF5_ENABLE_OPTIMIZATION + In addition NDEBUG is no longer forced defined and relies on the CMake + process. + + (ADB - 2019/10/07, HDFFV-100901, HDFFV-10637, TRILAB-97) + - Update CMake tests to use FIXTURES CMake test fixtures allow setup/cleanup tests and other dependency |