]> git.droids-corp.org - protos/libecoli.git/commitdiff
remove useless options for coverage
authorOlivier Matz <zer0@droids-corp.org>
Thu, 17 May 2018 17:43:44 +0000 (19:43 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 17 May 2018 17:43:44 +0000 (19:43 +0200)
lib/Makefile

index d627c9e51caf33a85c48bb99662f9cdf86953cfc..b24e164a28c9e562dd7a8629818a7eaa2e596817 100644 (file)
@@ -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