mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-03 07:19:07 +00:00
disable thinlto
This commit is contained in:
parent
cd5f1cce89
commit
a5bf4aa0b2
9
debian/rules
vendored
9
debian/rules
vendored
@ -479,10 +479,11 @@ endif
|
||||
|
||||
THINLTO_ENABLE=no
|
||||
THINLTO_ARCHS := amd64 arm64
|
||||
ifneq (,$(filter $(DEB_HOST_ARCH),$(THINLTO_ARCHS)))
|
||||
BOOTSTRAP_CMAKE_EXTRA +=-DBOOTSTRAP_LLVM_ENABLE_LTO=Thin
|
||||
THINLTO_ENABLE=yes
|
||||
endif
|
||||
# Needs more work, disabling for now
|
||||
#ifneq (,$(filter $(DEB_HOST_ARCH),$(THINLTO_ARCHS)))
|
||||
# BOOTSTRAP_CMAKE_EXTRA +=-DBOOTSTRAP_LLVM_ENABLE_LTO=Thin
|
||||
# THINLTO_ENABLE=yes
|
||||
#endif
|
||||
|
||||
# https://bugs.launchpad.net/bugs/2016471
|
||||
ifeq (,$(filter-out $(LTO_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user