diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-02-12 14:42:15 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-02-12 14:42:15 (GMT) |
commit | 20187288971b09cf754c75c4553b0ec5a0538118 (patch) | |
tree | 94eb0809b33002ed4010a313779e9565cc23f7d5 /configure.ac | |
parent | 39fa38559437cd30c69068ccab53fe67343a1b19 (diff) | |
download | hdf5-20187288971b09cf754c75c4553b0ec5a0538118.zip hdf5-20187288971b09cf754c75c4553b0ec5a0538118.tar.gz hdf5-20187288971b09cf754c75c4553b0ec5a0538118.tar.bz2 |
[svn-r29094] Removed the v-1 B-tree package from the list of packages that
can be configured to generate extra debugging output in both
the autotools and CMake.
This can still be set by defining H5B_DEBUG manually or by
using a custom string in configure.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial
CMake serial
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2fc71c8..08efbc9 100644 --- a/configure.ac +++ b/configure.ac @@ -2104,8 +2104,13 @@ AC_SUBST([INTERNAL_DEBUG_OUTPUT]) ## These are all the packages that use H5*_DEBUG. ## There is no harm in specifying a package not in this list; ## you'll just get an unused H5<pkg>_DEBUG symbol. +## +## Some packages that define debug checks or output are +## 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,B,B2,D,F,HL,I,O,S,ST,T,Z" +all_packages="AC,B2,D,F,HL,I,O,S,ST,T,Z" case "X-$INTERNAL_DEBUG_OUTPUT" in X-yes|X-all) |