Skip to content

Commit

Permalink
Adds a release note for HDFFV-11192 concerning clang debug opt levels (
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins authored Jul 28, 2021
1 parent f2290cb commit 9b9e748
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b9e748

Please sign in to comment.