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 0457dd7 commit 97d0df9Copy full SHA for 97d0df9
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