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_cellrangeobj.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/CppunitTest_sc_cellrangeobj.mk') diff --git a/sc/CppunitTest_sc_cellrangeobj.mk b/sc/CppunitTest_sc_cellrangeobj.mk index 3aff8a10e0f8..e35c78e8d542 100644 --- a/sc/CppunitTest_sc_cellrangeobj.mk +++ b/sc/CppunitTest_sc_cellrangeobj.mk @@ -13,6 +13,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_cellrangeobj)) $(eval $(call gb_CppunitTest_use_external,sc_cellrangeobj,boost_headers)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellrangeobj)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangeobj, \ sc/qa/extras/sccellrangeobj\ )) -- cgit