]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge