diff options
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 41abecd9ec..5dd7882953 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -78,6 +78,8 @@ if [ "$VALGRIND" != "" ]; then if [ "$VALGRIND" = "memcheck" ]; then G_SLICE=always-malloc export G_SLICE + GLIBCXX_FORCE_NEW=1 + export GLIBCXX_FORCE_NEW fi fi |