diff options
-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 ;; |