From 9d2f7be4e65595241db3cf5135b69bd9e4ce6a30 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 19 May 2016 13:35:13 -0500 Subject: shortcut the signal handler during batch test Change-Id: I7848555743e8d54e755dc82cbf0148eeed54110f Reviewed-on: https://gerrit.libreoffice.org/25178 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- solenv/gbuild/platform/unxgcc.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'solenv') diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk index 278006bd8631..bc449067e844 100644 --- a/solenv/gbuild/platform/unxgcc.mk +++ b/solenv/gbuild/platform/unxgcc.mk @@ -17,6 +17,9 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # +# to block heavy exception handling that try to acquire the solarmutex +export LO_LEAN_EXCEPTION=1 + include $(GBUILDDIR)/platform/com_GCC_defs.mk gb_MKTEMP := mktemp -t gbuild.XXXXXX -- cgit