From b81ef0bd750b7c639b41b55ef367558922266b8c Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Tue, 2 Nov 2021 10:02:43 -0400 Subject: [PATCH] Pass the correct flags to enable coverage profiling (#6740) ...and hopefully fix the the coverage builds. --- projects/freeradius/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/freeradius/build.sh b/projects/freeradius/build.sh index 0b23cb9c3..209a0075d 100755 --- a/projects/freeradius/build.sh +++ b/projects/freeradius/build.sh @@ -26,7 +26,7 @@ mkdir -p $OUT/lib git apply --ignore-whitespace $SRC/patch.diff # build project -./configure --enable-fuzzer --enable-address-sanitizer +./configure --enable-fuzzer --enable-coverage --enable-address-sanitizer # make tries to compile regular programs as fuzz targets # so -i flag ignores these errors make -i -j$(nproc)