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 a1b4d9d commit 19d3b13Copy full SHA for 19d3b13
Makefile
@@ -88,6 +88,7 @@ ifneq (,$(filter $(platform),linux windows))
88
T_LDFLAGS += -lgcov
89
endif
90
T_CFLAGS += -fprofile-arcs -ftest-coverage
91
+ T_LDFLAGS += -fprofile-arcs -ftest-coverage
92
93
94
# Windows .def file generation
0 commit comments