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:
Dana Robinson 2022-08-22 04:12:12 -07:00 committed by GitHub
parent 3e38a001a1
commit 10eb43d0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)