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_mathematical_functions_test.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/CppunitTest_sc_mathematical_functions_test.mk') diff --git a/sc/CppunitTest_sc_mathematical_functions_test.mk b/sc/CppunitTest_sc_mathematical_functions_test.mk index 613dd84b1a26..6e7c070209e0 100644 --- a/sc/CppunitTest_sc_mathematical_functions_test.mk +++ b/sc/CppunitTest_sc_mathematical_functions_test.mk @@ -9,6 +9,8 @@ $(eval $(call gb_CppunitTest_CppunitTest,sc_mathematical_functions_test)) +$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_mathematical_functions_test)) + $(eval $(call gb_CppunitTest_add_exception_objects,sc_mathematical_functions_test, \ sc/qa/unit/functions_mathematical \ )) -- cgit