summaryrefslogtreecommitdiff
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
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>
-rw-r--r--sw/CppunitTest_sw_rtfexport.mk6
-rw-r--r--sw/CppunitTest_sw_rtfexport2.mk6
-rw-r--r--sw/CppunitTest_sw_rtfexport3.mk6
-rw-r--r--sw/CppunitTest_sw_rtfexport4.mk6
-rw-r--r--sw/CppunitTest_sw_rtfexport5.mk6
-rw-r--r--sw/CppunitTest_sw_rtfimport.mk6
6 files changed, 0 insertions, 36 deletions
diff --git a/sw/CppunitTest_sw_rtfexport.mk b/sw/CppunitTest_sw_rtfexport.mk
index 1f60aff43dda..bef73f544f54 100644
--- a/sw/CppunitTest_sw_rtfexport.mk
+++ b/sw/CppunitTest_sw_rtfexport.mk
@@ -42,12 +42,6 @@ $(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_api,sw_rtfexport,\
udkapi \
offapi \
diff --git a/sw/CppunitTest_sw_rtfexport2.mk b/sw/CppunitTest_sw_rtfexport2.mk
index a751e90005e1..dae927ea4cbe 100644
--- a/sw/CppunitTest_sw_rtfexport2.mk
+++ b/sw/CppunitTest_sw_rtfexport2.mk
@@ -44,12 +44,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport2,\
$$(INCLUDE) \
))
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport2,\
- -bigobj \
-))
-endif
-
$(eval $(call gb_CppunitTest_use_api,sw_rtfexport2,\
udkapi \
offapi \
diff --git a/sw/CppunitTest_sw_rtfexport3.mk b/sw/CppunitTest_sw_rtfexport3.mk
index da31b2fc4ae8..1ecef65c0290 100644
--- a/sw/CppunitTest_sw_rtfexport3.mk
+++ b/sw/CppunitTest_sw_rtfexport3.mk
@@ -42,12 +42,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfexport3,\
$$(INCLUDE) \
))
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport3,\
- -bigobj \
-))
-endif
-
$(eval $(call gb_CppunitTest_use_api,sw_rtfexport3,\
udkapi \
offapi \
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 \
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 \
diff --git a/sw/CppunitTest_sw_rtfimport.mk b/sw/CppunitTest_sw_rtfimport.mk
index f17103604d27..50c748ca59e0 100644
--- a/sw/CppunitTest_sw_rtfimport.mk
+++ b/sw/CppunitTest_sw_rtfimport.mk
@@ -44,12 +44,6 @@ $(eval $(call gb_CppunitTest_set_include,sw_rtfimport,\
$$(INCLUDE) \
))
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfimport,\
- -bigobj \
-))
-endif
-
$(eval $(call gb_CppunitTest_use_api,sw_rtfimport,\
udkapi \
offapi \