Skip to content

Commit

Permalink
Modified compile flags for coverage testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Oct 2, 2024
1 parent 58ab715 commit b201ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ endif

# Compile for coverage...
ifeq ($(COV),1)
CFLAGS += -ftest-coverage -fprofile-arcs
CFLAGS += --coverage
endif

# Static compilation...
Expand Down

0 comments on commit b201ba7

Please sign in to comment.