summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport5.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_rtfexport5.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_rtfexport5.mk')
-rw-r--r--sw/CppunitTest_sw_rtfexport5.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/CppunitTest_sw_rtfexport5.mk b/sw/CppunitTest_sw_rtfexport5.mk
index 36d8537f06b9..82fecf0918f8 100644
--- a/sw/CppunitTest_sw_rtfexport5.mk
+++ b/sw/CppunitTest_sw_rtfexport5.mk
@@ -44,12 +44,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport5,\
$$(INCLUDE) \
))
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport5,\
- -bigobj \
-))
-endif
-
$(eval $(call gb_CppunitTest_use_api,sw_rtfexport5,\
udkapi \
offapi \