diff --git a/projects/strongswan/build.sh b/projects/strongswan/build.sh index 9eada828d..dfb3c18f3 100644 --- a/projects/strongswan/build.sh +++ b/projects/strongswan/build.sh @@ -17,7 +17,7 @@ ./autogen.sh -./configure CFLAGS="$CFLAGS -DNO_CHECK_MEMWIPE" LDFLAGS='--coverage' --enable-fuzzing --enable-coverage --with-libfuzzer=$LIB_FUZZING_ENGINE --enable-monolithic --disable-shared --enable-static +./configure CFLAGS="$CFLAGS -DNO_CHECK_MEMWIPE" --enable-fuzzing --with-libfuzzer=$LIB_FUZZING_ENGINE --enable-monolithic --disable-shared --enable-static make -j$(nproc)