]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Add support for more linkers with LTO
authorAlessio Podda <alessio@isc.org>
Thu, 27 Nov 2025 12:36:57 +0000 (12:36 +0000)
committerAlessio Podda <alessio@isc.org>
Thu, 27 Nov 2025 12:36:57 +0000 (12:36 +0000)
commit1ede6683cd6d3e435579182807bf1eb561d4c930
treeb18b1ec9feeeea7ef78f4e9dd6baa2f632470eec
parentd8410f93d28e2ce2dd90f1df13f5b0ff8b7e1205
parent1378aeefa5ab01cb301678ea708ba3e7ba95266d
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