From: Olivier Matz Date: Thu, 17 May 2018 17:43:44 +0000 (+0200) Subject: remove useless options for coverage X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=commitdiff_plain;h=99d01b5264a346e500db66378d887c98017cd3f0 remove useless options for coverage --- 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