From 99d01b5264a346e500db66378d887c98017cd3f0 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 17 May 2018 19:43:44 +0200 Subject: [PATCH] remove useless options for coverage --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index d627c9e..b24e164 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -12,7 +12,7 @@ CFLAGS = -g -O3 -Wall -Werror -W -Wextra -fPIC -Wmissing-prototypes CFLAGS += -I. # XXX coverage -CFLAGS += --coverage -fprofile-arcs -ftest-coverage +CFLAGS += --coverage LDFLAGS += --coverage # rm -rf build; rm -rf result; make && ./build/test # lcov -d build -c -t build/test -o test.info && genhtml -o result test.info -- 2.20.1