From 8757c9c462ba690de60602404ef2e9e99702f0b4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 28 Mar 2012 12:07:30 +0100 Subject: remove static OUStrings from static_initialization_and_destruction chain --- desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/scripts') diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 2d42613804c8..9a3f6f9dbb2f 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -108,7 +108,7 @@ for arg in $@ $VALGRINDOPT ; do valgrind_skip='--trace-children-skip=*/java' fi # finally set the valgrind check - VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes $valgrind_skip --num-callers=50 --error-exitcode=101" + VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes $valgrind_skip --num-callers=50 --error-limit=no --error-exitcode=101" checks="c$checks" if [ "$VALGRIND" = "memcheck" ] ; then export G_SLICE=always-malloc -- cgit