mirror of https://github.com/google/oss-fuzz.git
neomutt: speed up build (#12279)
This is to make the process faster for oss-fuzz-gen
This commit is contained in:
parent
0318a945e1
commit
0610578f60
|
@ -16,7 +16,7 @@
|
|||
################################################################################
|
||||
|
||||
./configure --fuzzing --disable-doc --disable-nls --disable-idn
|
||||
make fuzz
|
||||
make fuzz -j$(nproc)
|
||||
cp fuzz/address-fuzz $OUT/
|
||||
|
||||
cd $SRC/corpus-address
|
||||
|
|
Loading…
Reference in New Issue