diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-05-19 13:35:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-05-27 22:55:22 +0000 |
commit | 9d2f7be4e65595241db3cf5135b69bd9e4ce6a30 (patch) | |
tree | 428f8339738cd3c76f303e3e4488705cc3c969f8 /solenv | |
parent | 7b9c4f56a0555d3d3a1f8fe5dd2a099354172583 (diff) |
shortcut the signal handler during batch test
Change-Id: I7848555743e8d54e755dc82cbf0148eeed54110f
Reviewed-on: https://gerrit.libreoffice.org/25178
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/unxgcc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |