Fixes clang debug optimization level w/ Autotools (#141)

NOTE: This was only released in HDF5 1.10.7, so only the 1.10
      branch needs a note in RELEASE.txt.
This commit is contained in:
Dana Robinson 2020-11-29 20:42:38 -08:00 committed by GitHub
parent 4d71d234dd
commit 3446fa6993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ if test "X-clang" = "X-$cc_vendor" -o "X-Apple LLVM" = "X-$cc_vendor"; then
################
HIGH_OPT_CFLAGS="-O3"
DEBUG_OPT_CFLAGS="-g"
DEBUG_OPT_CFLAGS="-Og"
NO_OPT_CFLAGS="-O0"
############