We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30688a1 commit a1b4d9dCopy full SHA for a1b4d9d
Makefile
@@ -87,7 +87,7 @@ ifneq ($(COVERAGE),false)
87
ifneq (,$(filter $(platform),linux windows))
88
T_LDFLAGS += -lgcov
89
endif
90
- T_LDFLAGS += -fprofile-arcs -ftest-coverage
+ T_CFLAGS += -fprofile-arcs -ftest-coverage
91
92
93
# Windows .def file generation
0 commit comments