From 392ca44ad0559b8c83ade044f1c52f98d3c4fc48 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 4 May 2017 16:51:26 +0200 Subject: [PATCH] strongswan: Remove unnecessary coverage flags (#565) --- projects/strongswan/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)