summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94c1189..72bcb00 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ DEBUG_FLAGS = -g -O0 -fno-omit-frame-pointer
RELEASE_FLAGS = -O3 -march=native -flto
SANFLAGS = -fsanitize=address,undefined -g -O1
-COVERAGE_FLAGS = -fprofile-instr-generate -fcoverage-mapping
-COVERAGE_LDFLAGS = -fprofile-instr-generate -fcoverage-mapping
+COVERAGE_FLAGS = -fprofile-arcs -ftest-coverage
+COVERAGE_LDFLAGS = -fprofile-arcs -ftest-coverage
SRC = $(shell find src -name "*.c")