summaryrefslogtreecommitdiff
path: root/cli_ure/Library_cli_cppuhelper_native.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-20 09:02:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-20 15:18:45 +0000
commit62c047ffb397802c09df9070492e70725928cadf (patch)
tree2d45dfcd85e627a674458de7f9f8b4fe8d10146c /cli_ure/Library_cli_cppuhelper_native.mk
parent3f6ad98c4764402dc6e876106867e49e3e888f8f (diff)
switch to EHs on windows
This seems to be a good idea based on several discussions in the project. In the end catching SEH exceptions is just going to cause strange platform dependent bahavior. This patch is based on on http://thread.gmane.org/gmane.comp.documentfoundation.libreoffice.scm/39102/focus=55516 and includes some additional cleanup of the sal signal code. Change-Id: Iedc998e37e6495afec445eccb60fa1c2b1a7defd Reviewed-on: https://gerrit.libreoffice.org/26497 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cli_ure/Library_cli_cppuhelper_native.mk')
-rw-r--r--cli_ure/Library_cli_cppuhelper_native.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli_ure/Library_cli_cppuhelper_native.mk b/cli_ure/Library_cli_cppuhelper_native.mk
index 952bba86969d..52314a3baeaa 100644
--- a/cli_ure/Library_cli_cppuhelper_native.mk
+++ b/cli_ure/Library_cli_cppuhelper_native.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_Library_Assembly,cli_cppuhelper))
# in CLR meta-data - use of this type may lead to a runtime exception":
$(eval $(call gb_Library_add_cxxflags,cli_cppuhelper,\
-AI $(INSTDIR)/$(LIBO_URE_LIB_FOLDER) \
+ -EHa \
-clr \
-wd4339 \
))