disable lto again for failing

This commit is contained in:
Sylvestre Ledru 2022-10-26 08:30:23 +02:00
parent 323d016610
commit 86b2f11f95

4
debian/rules vendored
View File

@ -405,8 +405,8 @@ ifeq (,$(filter-out $(LTO_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
else else
# Disable for now because of # Disable for now because of
# https://github.com/llvm/llvm-project/issues/58317#issuecomment-1276190743 # https://github.com/llvm/llvm-project/issues/58317#issuecomment-1276190743
LTO_ENABLE=yes # LTO_ENABLE=yes
STAGE_2_CMAKE_EXTRA += -DLLVM_ENABLE_LTO="On" # STAGE_2_CMAKE_EXTRA += -DLLVM_ENABLE_LTO="On"
endif endif
endif endif