We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e31c4c1 + 55eb1a7 commit ef8db74Copy full SHA for ef8db74
1 file changed
projects/powerdns/build.sh
@@ -78,6 +78,7 @@ if [ -f dnsdistdist/fuzz_dnsdistcache.cc ]; then
78
build_dir='build'
79
CC_LD=lld CXX_LD=lld meson setup \
80
-D fuzz-targets=true \
81
+ -D fuzzer_ldflags=${LIB_FUZZING_ENGINE} \
82
-D b_pie=false \
83
-D yaml=disabled \
84
${build_dir}
0 commit comments