mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
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:
parent
4d71d234dd
commit
3446fa6993
@ -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"
|
||||
|
||||
############
|
||||
|
Loading…
Reference in New Issue
Block a user