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 a102ed7 commit 824e09eCopy full SHA for 824e09e
Makefile.pre.in
@@ -513,7 +513,7 @@ profile-opt: profile-run-stamp
513
coverage:
514
@echo "Building with support for coverage checking:"
515
$(MAKE) clean
516
- $(MAKE) @DEF_MAKE_RULE@ CFLAGS="$(CFLAGS) -O0 -pg -fprofile-arcs -ftest-coverage" LIBS="$(LIBS) -lgcov"
+ $(MAKE) @DEF_MAKE_RULE@ CFLAGS="$(CFLAGS) -O0 -pg --coverage" LIBS="$(LIBS) --coverage"
517
518
coverage-lcov:
519
@echo "Creating Coverage HTML report with LCOV:"
0 commit comments