summaryrefslogtreecommitdiffstats
path: root/src/H5HLprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r--src/H5HLprivate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h
index 8ccc2ed..b1af51a 100644
--- a/src/H5HLprivate.h
+++ b/src/H5HLprivate.h
@@ -23,6 +23,14 @@
#include <H5private.h>
#include <H5Fprivate.h>
+/*
+ * Feature: Define H5HL_DEBUG on the compiler command line if you want to
+ * diagnostic messages from this layer.
+ */
+#ifdef NDEBUG
+# undef H5HL_DEBUG
+#endif
+
#define H5HL_MAGIC "HEAP" /*heap magic number */
#define H5HL_SIZEOF_MAGIC 4