]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add support for more linkers with LTO
authorAlessio Podda <alessio@isc.org>
Mon, 29 Sep 2025 06:20:00 +0000 (08:20 +0200)
committerAlessio Podda <alessio@isc.org>
Thu, 27 Nov 2025 12:00:22 +0000 (13:00 +0100)
commitfbecbfd5e27d3718e229e13723cf6c1f1cc23e6e
treef6a68430b60310ca009fad0a36eecc1390affd46
parentd8410f93d28e2ce2dd90f1df13f5b0ff8b7e1205
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.
meson.build