mirror of https://github.com/google/oss-fuzz.git
Pass the correct flags to enable coverage profiling (#6740)
...and hopefully fix the the coverage builds.
This commit is contained in:
parent
7693e9640c
commit
b81ef0bd75
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue