sc/CppunitTest_sc_parallelism.mk |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b972aa8727da6eb2d5d9740b18450d8706df0874
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Sat Oct 9 21:58:31 2021 +0200
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Sun Oct 10 08:18:08 2021 +0200

    don't use common PCH with sc_parallelism test
    
    Otherwise it duplicates the precompiled_system.o object, the second
    copy brought in by libscqahelper, making Clang LTO build fail.
    
    Change-Id: Ic6827b0745e134ab327ad18fc212ca31084ff579
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123327
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>

diff --git a/sc/CppunitTest_sc_parallelism.mk b/sc/CppunitTest_sc_parallelism.mk
index 7002c33c5129..9d38798ca97b 100644
--- a/sc/CppunitTest_sc_parallelism.mk
+++ b/sc/CppunitTest_sc_parallelism.mk
@@ -9,8 +9,6 @@
 
 $(eval $(call gb_CppunitTest_CppunitTest,sc_parallelism))
 
-$(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_parallelism))
-
 $(eval $(call gb_CppunitTest_add_exception_objects,sc_parallelism, \
     sc/qa/unit/parallelism \
 ))

Reply via email to