summaryrefslogtreecommitdiffstats
path: root/c++/Makefile.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-26 23:38:44 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-26 23:38:44 (GMT)
commit594189a67300329207f21198a2606175acc4b89e (patch)
treed6cefd95bea03b7fc9fbae6f0b100fef7f7ddd4b /c++/Makefile.in
parent39c629fc97d29c030675e533befad037018c17e9 (diff)
downloadhdf5-594189a67300329207f21198a2606175acc4b89e.zip
hdf5-594189a67300329207f21198a2606175acc4b89e.tar.gz
hdf5-594189a67300329207f21198a2606175acc4b89e.tar.bz2
[svn-r29218] Revert of r28909 and r28914
This commented out the memory allocation sanity checker in alpha1. The feature has been restored for alpha2. The H5B package was also removed from the "all" list of package- specific debugging output since it slows down the library so much. This equivalent to r29099 in revise_chunks but was done manually since that change comes after major configure.ac rework. Tested on: jam
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r--c++/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index d3dda2c..f3faf3e 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -518,6 +518,7 @@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
+MEMORYALLOCSANITYCHECK = @MEMORYALLOCSANITYCHECK@
MKDIR_P = @MKDIR_P@
MPE = @MPE@
NM = @NM@