summaryrefslogtreecommitdiffstats
path: root/sysconfig/mcheck
diff options
context:
space:
mode:
Diffstat (limited to 'sysconfig/mcheck')
-rw-r--r--sysconfig/mcheck9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysconfig/mcheck b/sysconfig/mcheck
new file mode 100644
index 00000000..94f35bd7
--- /dev/null
+++ b/sysconfig/mcheck
@@ -0,0 +1,9 @@
+
+# MALLOC_CHECK_: should the system (libc) malloc check for memory errors?
+# Used values are:
+# unset: do not check
+# 0: silently ignore errors
+# 1: print diagnostics on stderr when an error is detected
+# 2: call abort when an error is detected
+export MALLOC_CHECK_=1
+