summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-11-04 20:34:11 +0100
committerMichael Stahl <mstahl@redhat.com>2016-11-07 16:34:42 +0100
commit8f232026f0d6e320792ca7b65aa356724cbc945b (patch)
treebf7fa14a0cc34ca48057bd84c2107093871e0985 /desktop/scripts
parentfc64c335be26ebd4828973168fd69265c6285872 (diff)
soffice.sh: can't hurt to force system allocator for massif
Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-xdesktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 2532b1e0422e..83e22633befc 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -118,7 +118,7 @@ for arg in $@ $EXTRAOPT ; do
echo "use kill -SIGUSR2 pid to dump traces of active allocations"
checks="c$checks"
case "$VALGRIND" in
- helgrind|memcheck)
+ helgrind|memcheck|massif|exp-dhat)
export G_SLICE=always-malloc
export GLIBCXX_FORCE_NEW=1
;;