sw/CppunitTest_sw_ooxmlimport.mk | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit d3895c7d031557fa51ce718bc5748e17784e825c Author: Tor Lillqvist <t...@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 \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits