source: .tests/gcovflags @ 23fd63d

Last change on this file since 23fd63d was c05108c, checked in by / <>, at 2021-02-25T16:19:29Z

code coverage

  • Property mode set to 100644
File size: 156 bytes
Line 
1CFLAGS+=-fprofile-arcs -ftest-coverage -O0
2CFLAGS_BITLBEE+=-fprofile-arcs -ftest-coverage -O0
3LDFLAGS+=-lgcov --coverage
4LDFLAGS_BITLBEE+=-lgcov --coverage
Note: See TracBrowser for help on using the repository browser.