neomutt: speed up build (#12279)

This is to make the process faster for oss-fuzz-gen
This commit is contained in:
DavidKorczynski 2024-07-26 16:51:39 +01:00 committed by GitHub
parent 0318a945e1
commit 0610578f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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