summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-04-17 10:30:33 +0300
committerTor Lillqvist <tml@collabora.com>2017-04-17 10:30:33 +0300
commitb3e3eb55bd7a8bec98d6edf0561170b3fb77d843 (patch)
treec2390b13366c7cc4e59d7d84b9997a379bc7b9e4 /sw/CppunitTest_sw_rtfexport.mk
parent44b14e8c7c485d8a3bb99d9484ac63273988b633 (diff)
Avoid C1128
Change-Id: I5799ff84a8a93e8b9ca87831ab0968a3b1a050de
Diffstat (limited to 'sw/CppunitTest_sw_rtfexport.mk')
-rw-r--r--sw/CppunitTest_sw_rtfexport.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_rtfexport.mk b/sw/CppunitTest_sw_rtfexport.mk
index 54f8014ab2e6..b2151cef1fcc 100644
--- a/sw/CppunitTest_sw_rtfexport.mk
+++ b/sw/CppunitTest_sw_rtfexport.mk
@@ -41,6 +41,12 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport,\
$$(INCLUDE) \
))
+ifeq ($(OS),WNT)
+$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport,\
+ -bigobj \
+))
+endif
+
$(eval $(call gb_CppunitTest_use_sdk_api,sw_rtfexport))
$(eval $(call gb_CppunitTest_use_ure,sw_rtfexport))