summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-19 21:02:14 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-19 21:02:14 (GMT)
commit09c6b077ec401f28c1dcc81d935afc9b1371e978 (patch)
tree475b8f8342bf87045abe44b6c062938e56a08a7f /configure
parent4fd1958f4ca83999800deb570e20bbe940e3c047 (diff)
downloadhdf5-09c6b077ec401f28c1dcc81d935afc9b1371e978.zip
hdf5-09c6b077ec401f28c1dcc81d935afc9b1371e978.tar.gz
hdf5-09c6b077ec401f28c1dcc81d935afc9b1371e978.tar.bz2
Update configure with optino to disable memory sanity checks.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index f0458bd..bfab525 100755
--- a/configure
+++ b/configure
@@ -1754,7 +1754,7 @@ Optional Features:
memory use and somewhat slower allocation. This
option is orthogonal to the
--enable-using-memchecker option. [default=yes if
- debug build, otherwise no]
+ debug build in a development branch, otherwise no]
--enable-parallel Search for MPI-IO and MPI support files
--enable-instrument Enable library instrumentation of optimization
tracing (only used with parallel builds).
@@ -29374,11 +29374,7 @@ fi
## Set default
if test "X-$MEMORYALLOCSANITYCHECK" = X- ; then
- if test "X-$BUILD_MODE" = "X-debug" ; then
- MEMORYALLOCSANITYCHECK=yes
- else
MEMORYALLOCSANITYCHECK=no
- fi
fi
case "X-$MEMORYALLOCSANITYCHECK" in