diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-07-28 21:29:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 21:29:55 (GMT) |
commit | 9b9e748039e2cb3a1af25f0e045f5759b0dd0011 (patch) | |
tree | ff4a7a5022ab84be64f49c7253ea50809aacbed5 | |
parent | f2290cbc46dbcbdadbfaf7c9eb245af7d7c21ac5 (diff) | |
download | hdf5-9b9e748039e2cb3a1af25f0e045f5759b0dd0011.zip hdf5-9b9e748039e2cb3a1af25f0e045f5759b0dd0011.tar.gz hdf5-9b9e748039e2cb3a1af25f0e045f5759b0dd0011.tar.bz2 |
Adds a release note for HDFFV-11192 concerning clang debug opt levels (#862)
-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 6006b1e..26f0170 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -478,6 +478,16 @@ Bug Fixes since HDF5-1.10.7 release Configuration ------------- + - Autotools clang debug optimization level change + + HDF5 1.10.7 erroneously sets the debug optimization level to "-g" when + building with clang via the Autotools. This has now been set to: + + -Og clang 4+ or Xcode 9+ + -O1 otherwise + + (DER - 2021/07/28, HDFFV-11192) + - Refactor CMake configure for Fortran The Fortran configure tests for KINDs reused a single output file that was |