[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/CppunitTest_sw_ooxmlimport.mk

Tor Lillqvist tml at collabora.com
Fri Jun 1 08:02:30 UTC 2018


 sw/CppunitTest_sw_ooxmlimport.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit d3895c7d031557fa51ce718bc5748e17784e825c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Jun 1 10:53:52 2018 +0300

    Need to use -bigobj here to avoid C1128
    
    Change-Id: I802faef282decd4715846fa2b0c1f5a01433520f

diff --git a/sw/CppunitTest_sw_ooxmlimport.mk b/sw/CppunitTest_sw_ooxmlimport.mk
index c6e2f9d35937..66e47fd334a7 100644
--- a/sw/CppunitTest_sw_ooxmlimport.mk
+++ b/sw/CppunitTest_sw_ooxmlimport.mk
@@ -15,6 +15,12 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport, \
     sw/qa/extras/ooxmlimport/ooxmlimport \
 ))
 
+ifeq ($(OS),WNT)
+$(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlimport,\
+	-bigobj \
+))
+endif
+
 $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport, \
     basegfx \
     comphelper \


More information about the Libreoffice-commits mailing list