From: Alessio Podda Date: Thu, 27 Nov 2025 12:36:57 +0000 (+0000) Subject: fix: dev: Add support for more linkers with LTO X-Git-Tag: v9.21.16~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ede6683cd6d3e435579182807bf1eb561d4c930;p=thirdparty%2Fbind9.git fix: dev: Add support for more linkers with LTO Link-time optimization requires close coordination between the compiler and the linker, so not all combinations of compiler and linker support it. Previously, when compiling with Clang, we checked only for lld. With this commit, we expand the list of supported linkers we check for. Closes #5536 Merge branch '5536-more-supported-linker-ids' into 'main' See merge request isc-projects/bind9!11022 --- 1ede6683cd6d3e435579182807bf1eb561d4c930