Skip to content

Commit a1b4d9d

Browse files
committed
fix typo
1 parent 30688a1 commit a1b4d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ ifneq ($(COVERAGE),false)
8787
ifneq (,$(filter $(platform),linux windows))
8888
T_LDFLAGS += -lgcov
8989
endif
90-
T_LDFLAGS += -fprofile-arcs -ftest-coverage
90+
T_CFLAGS += -fprofile-arcs -ftest-coverage
9191
endif
9292

9393
# Windows .def file generation

0 commit comments

Comments
 (0)