From e0eac3be31a68b0eb657fe1c1e8da36849ade05b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 13 May 2010 16:46:22 -0400 Subject: export debug variables. (#589378) --- sysconfig/debug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/debug b/sysconfig/debug index f0c05aae..3a251fd4 100644 --- a/sysconfig/debug +++ b/sysconfig/debug @@ -4,10 +4,10 @@ # 0: silently ignore errors # 1: print diagnostics on stderr when an error is detected # 2: call abort when an error is detected -MALLOC_CHECK_=1 +export MALLOC_CHECK_=1 # MALLOC_PERTURB_: initialize cleared memory to the specified value -MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) +export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) # Perform extra sanity checking in the gslice allocator -G_SLICE=debug-blocks +export G_SLICE=debug-blocks -- cgit v1.2.1