summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport4.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-14 20:46:22 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-10-14 22:26:37 +0200
commit7788e87ce25183c1d6f92a3b972b8dd8c88e58e3 (patch)
treef92d4bbd2aa82c5ab7579f3f85d532c29d9cad5a /sw/CppunitTest_sw_rtfexport4.mk
parente4af0d08dbb05cb51c3df198b1768adbb0c31deb (diff)
remove -bigobj usage from sw rtf unittests
They all have been split since the time the flag was added, and they seem to be small enough again. And this prevents a PCH CXXFLAGS mismatch when using the common PCH. Change-Id: If51d3969e11bb37777d49fe877671c1313721588 Reviewed-on: https://gerrit.libreoffice.org/80793 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sw/CppunitTest_sw_rtfexport4.mk')
-rw-r--r--sw/CppunitTest_sw_rtfexport4.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/CppunitTest_sw_rtfexport4.mk b/sw/CppunitTest_sw_rtfexport4.mk
index dcef59633a93..64be61d2ca2f 100644
--- a/sw/CppunitTest_sw_rtfexport4.mk
+++ b/sw/CppunitTest_sw_rtfexport4.mk
@@ -42,12 +42,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport4,\
$$(INCLUDE) \
))
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport4,\
- -bigobj \
-))
-endif
-
$(eval $(call gb_CppunitTest_use_api,sw_rtfexport4,\
udkapi \
offapi \