From ba33189343a622bddb78657bbb111e5f10ba82a4 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Sun, 22 Sep 2019 22:08:56 +0200 Subject: add gbuild function for a common PCH and use it in sc/ and sax/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And make it simple to disable the whole feature by setting gb_DISABLE_PCH_REUSE=1, just in case. Also work around a possible BOOST_ALL_NO_LIB mismatch when using the common PCH. Change-Id: I96fd507edf1ada6242ac225026250e5a588d0193 Reviewed-on: https://gerrit.libreoffice.org/79365 Tested-by: Jenkins Reviewed-by: Luboš Luňák --- sc/CppunitTest_sc_labelrangeobj.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/CppunitTest_sc_labelrangeobj.mk') diff --git a/sc/CppunitTest_sc_labelrangeobj.mk b/sc/CppunitTest_sc_labelrangeobj.mk index 95e60dd77550..d91c8b5720bc 100644 --- a/sc/CppunitTest_sc_labelrangeobj.mk +++ b/sc/CppunitTest_sc_labelrangeobj.mk @@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_labelrangeobj)) $(eval $(call gb_CppunitTest_use_external,sc_labelrangeobj,boost_headers)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_labelrangeobj)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_labelrangeobj, \ sc/qa/extras/sclabelrangeobj \ )) -- cgit v1.2.3