mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
Removes ST from the list of debug packages (Autotools only) (#2045)
* Removes ST from the list of debug packages The ST package (ternary search trees) was removed from the library a while ago * Replaced B2 package I did some crude timing with and without the B2 debug code enabled and it doesn't seem to make much of a difference.
This commit is contained in:
parent
3e38a001a1
commit
10eb43d0c2
@ -2541,8 +2541,8 @@ AC_SUBST([INTERNAL_DEBUG_OUTPUT])
|
||||
## too specialized or have huge performance hits. These
|
||||
## are not listed in the "all" packages list.
|
||||
##
|
||||
## all_packages="AC,B,B2,D,F,FA,FL,FS,HL,I,O,S,ST,T,Z"
|
||||
all_packages="AC,B2,CX,D,F,HL,I,O,S,ST,T,Z"
|
||||
## all_packages="AC,B,B2,D,F,FA,FL,FS,HL,I,O,S,T,Z"
|
||||
all_packages="AC,B2,CX,D,F,HL,I,O,S,T,Z"
|
||||
|
||||
case "X-$INTERNAL_DEBUG_OUTPUT" in
|
||||
X-yes|X-all)
|
||||
|
Loading…
x
Reference in New Issue
Block a user