diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-08-19 21:02:14 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-08-19 21:02:14 (GMT) |
commit | 09c6b077ec401f28c1dcc81d935afc9b1371e978 (patch) | |
tree | 475b8f8342bf87045abe44b6c062938e56a08a7f | |
parent | 4fd1958f4ca83999800deb570e20bbe940e3c047 (diff) | |
download | hdf5-09c6b077ec401f28c1dcc81d935afc9b1371e978.zip hdf5-09c6b077ec401f28c1dcc81d935afc9b1371e978.tar.gz hdf5-09c6b077ec401f28c1dcc81d935afc9b1371e978.tar.bz2 |
Update configure with optino to disable memory sanity checks.
-rwxr-xr-x | configure | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |