From 78c06b370de7872479d0b6c56c4dddd10cb14144 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 17 Jun 2011 13:34:08 +0100 Subject: add GLIBCXX_FORCE_NEW for memcheck --- desktop/scripts/soffice.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop') diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 106bded2ea6a..d7578de5fd68 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 -- cgit