Pass the correct flags to enable coverage profiling (#6740)

...and hopefully fix the the coverage builds.
This commit is contained in:
Arran Cudbard-Bell 2021-11-02 10:02:43 -04:00 committed by GitHub
parent 7693e9640c
commit b81ef0bd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)