From a4ed97ddaf5be4a953381e2a752db658f2e505c1 Mon Sep 17 00:00:00 2001 From: ghazzor <127341071+ghazzor@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:39:53 +0530 Subject: [PATCH] configs: enable thinLTO and LLVM_POLLY on test builds --- arch/arm64/configs/test.config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm64/configs/test.config b/arch/arm64/configs/test.config index 6c0b8c5eb6a0..69c12519443f 100644 --- a/arch/arm64/configs/test.config +++ b/arch/arm64/configs/test.config @@ -1,2 +1 @@ -# CONFIG_LTO_CLANG is not set -# CONFIG_LLVM_POLLY is not set +CONFIG_THINLTO=y