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 6517dee commit b024957Copy full SHA for b024957
config/gcov.mk
@@ -0,0 +1,11 @@
1
+include $(config_dir)base/base.mk
2
+
3
+# no optimization to avoid mismamtch of actual code to source lines,
4
+# otherwise coverage report will not be accurate
5
+this_cxxflags += -O0
6
7
+this_cxxflags += -ftest-coverage
8
+this_cxxflags += -fprofile-arcs
9
+this_cxxflags += --coverage
10
11
+this_ldflags += --coverage
0 commit comments