summaryrefslogtreecommitdiffstats
path: root/src/libhdf5.settings.in
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-18 04:25:50 (GMT)
committerGitHub <noreply@github.com>2023-03-18 04:25:50 (GMT)
commit084247f1cd3bf09df5dd49de3de1874768caaf9f (patch)
tree11c8aff1d73d8f1db07d5919ff75335a206e17bb /src/libhdf5.settings.in
parent45f13f1de1b6db0fdc34681b4b8046fa46f921ba (diff)
downloadhdf5-084247f1cd3bf09df5dd49de3de1874768caaf9f.zip
hdf5-084247f1cd3bf09df5dd49de3de1874768caaf9f.tar.gz
hdf5-084247f1cd3bf09df5dd49de3de1874768caaf9f.tar.bz2
Removes dmalloc support (#2239) (#2587)
This has not been used to debug the library in a very long time. Most developers use valgrind, -fsanitize=address, or some other memory checker instead of this library. This removes: * dmalloc.h include from H5private.h * --with-dmalloc= Autotools configure option * HDF5_ENABLE_USING_DMALLOC CMake option
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r--src/libhdf5.settings.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 128e107..bcf307b 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -82,7 +82,6 @@ Parallel Filtered Dataset Writes: @PARALLEL_FILTERED_WRITES@
Mirror VFD: @MIRROR_VFD@
(Read-Only) S3 VFD: @ROS3_VFD@
(Read-Only) HDFS VFD: @HAVE_LIBHDFS@
- dmalloc: @HAVE_DMALLOC@
Packages w/ extra debug output: @INTERNAL_DEBUG_OUTPUT@
API tracing: @TRACE_API@
Using memory checker: @USINGMEMCHECKER@