strongswan: Remove unnecessary coverage flags (#565)

This commit is contained in:
Tobias Brunner 2017-05-04 16:51:26 +02:00 committed by Abhishek Arya
parent fec9b02faf
commit 392ca44ad0
1 changed files with 1 additions and 1 deletions

View File

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