mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 14:02:26 +00:00
disable mold on bookworm
This commit is contained in:
parent
9740d53d94
commit
a8bd421038
2
debian/rules
vendored
2
debian/rules
vendored
@ -303,7 +303,7 @@ ifeq ($(LLVM_SPIRV_INSTALLED),yes)
|
||||
endif
|
||||
|
||||
# Use mold as a linker. Faster than the other.
|
||||
MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye
|
||||
MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye bookworm
|
||||
ifeq (,$(filter-out $(LIBC_DISABLE_DISTRO), $(DISTRO)))
|
||||
# mold is too old on this distro
|
||||
MOLD_ENABLE=no
|
||||
|
Loading…
Reference in New Issue
Block a user