summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/ooenv6
1 files changed, 5 insertions, 1 deletions
diff --git a/instsetoo_native/ooenv b/instsetoo_native/ooenv
index d6087a40f39e..f37f6bb7b324 100644
--- a/instsetoo_native/ooenv
+++ b/instsetoo_native/ooenv
@@ -17,9 +17,13 @@
#
ulimit -c unlimited
-# debugging assistance
+# Linux debugging assistance
export SAL_DISABLE_FLOATGRAB=1
export G_SLICE=always-malloc
export MALLOC_CHECK_=2
export MALLOC_PERTURB_=153
export OOO_DISABLE_RECOVERY=1
+
+# macOS debugging assistance
+export MallocScribble=1
+export MallocPreScribble=1