From: Alessio Podda Date: Mon, 29 Sep 2025 14:07:12 +0000 (+0000) Subject: chg: dev: Add option to always build fuzz binaries X-Git-Tag: v9.21.14~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54c8252c6e2d07041d12c449078fa22bdea5fe8c;p=thirdparty%2Fbind9.git chg: dev: Add option to always build fuzz binaries Currently the fuzzer binaries are only built when someone requests a fuzzer. This might cause us to inadvertently break fuzzing when changing function signatures. It also deviates with the behaviour we had with autotools, where the fuzz binaries were built with make test. This commit splits the -Dfuzzing option into two: fuzzing, and fuzzing-backend. The fuzzing option controls whether the fuzzing binaries are built. The fuzzing-backend option controls which backend to use, and defaults to none. If the value none is used the binaries are built, but no backend is used or guaranteed, which means that the binaries might be non-functional. Closes #5526 Merge branch '5526-add-meson-option-to-always-build-fuzz-binaries' into 'main' See merge request isc-projects/bind9!10990 --- 54c8252c6e2d07041d12c449078fa22bdea5fe8c