summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2016-06-02 14:02:30 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2016-06-03 00:36:37 +0000
commit6b3b352b06d92ef20194b9a992a521af2ef07b48 (patch)
tree15a6812dd0beb7156b0551350d73d9cf7e6cb64e /solenv
parent2712fc0869e5ba3b7a1da41e0ce72431d3b0deee (diff)
try to avoid 'by-design' solar-mutex deadlock during ci
Change-Id: I9e1d79613adf6184f76c2e07aca0b78a9329838f Reviewed-on: https://gerrit.libreoffice.org/25839 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/windows.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index a2e621d67215..ebd2a3c86a94 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -8,6 +8,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
+# to block heavy exception handling that try to acquire the solarmutex
+export LO_LEAN_EXCEPTION=1
+
# to avoid flashing windows during tests
export VCL_HIDE_WINDOWS=1