bring back lto

This commit is contained in:
Sylvestre Ledru 2022-10-22 15:48:26 +02:00
parent 300cdbe1eb
commit 1103ab6e4c

4
debian/rules vendored
View File

@ -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