From 86b2f11f95a6fa8e9cb1ed03788052b3ac578eb0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 26 Oct 2022 08:30:23 +0200 Subject: [PATCH] disable lto again for failing --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 7bce8ff7..1a82e96e 100755 --- a/debian/rules +++ b/debian/rules @@ -405,8 +405,8 @@ ifeq (,$(filter-out $(LTO_DISABLE_ARCHS), $(DEB_HOST_ARCH))) else # Disable for now because of # https://github.com/llvm/llvm-project/issues/58317#issuecomment-1276190743 - LTO_ENABLE=yes - STAGE_2_CMAKE_EXTRA += -DLLVM_ENABLE_LTO="On" +# LTO_ENABLE=yes +# STAGE_2_CMAKE_EXTRA += -DLLVM_ENABLE_LTO="On" endif endif