diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-11-04 20:34:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-11-07 16:34:42 +0100 |
commit | 8f232026f0d6e320792ca7b65aa356724cbc945b (patch) | |
tree | bf7fa14a0cc34ca48057bd84c2107093871e0985 /desktop/scripts | |
parent | fc64c335be26ebd4828973168fd69265c6285872 (diff) |
soffice.sh: can't hurt to force system allocator for massif
Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
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 ;; |