diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-17 13:34:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-17 14:03:30 +0100 |
commit | 78c06b370de7872479d0b6c56c4dddd10cb14144 (patch) | |
tree | 38a10b1ebe71a220a57bcb4f150b477181e38e8c /desktop | |
parent | 1a1024a07a5b9a5a1bac6d8d221c8b3b0632ffe4 (diff) |
add GLIBCXX_FORCE_NEW for memcheck
Diffstat (limited to 'desktop')
-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 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 |