From a8bd42103898eeffc7f18807eeafa636c7d13708 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 18 Mar 2024 11:02:49 +0100 Subject: [PATCH] disable mold on bookworm --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3c5063e1..41c7862a 100755 --- a/debian/rules +++ b/debian/rules @@ -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