--coverage is a shortcut for
-fprofile-arcs -ftest-coverage
but distcc does not handle --coverage correctly;
distcc should behave as if the other two flags were specified, which is to
compile locally.
What distcc actually does is to ignore --coverage completely; e.g. it compiles
remote, but "forgets" the gcno file on the server.
The effect is that it seems to work without error, but all the gcno files are
missing and the code coverage tools cant work. The workaround is to temporarily
disable distcc :-(
Original issue reported on code.google.com by climbera...@gmail.com on 2 Jan 2014 at 10:56
Original issue reported on code.google.com by
climbera...@gmail.com
on 2 Jan 2014 at 10:56