diff --git a/GNUmakefile b/GNUmakefile index 09b9ffb2..93c8a853 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -579,7 +579,7 @@ gcov codecov: libcryptopp.a cryptest.exe @-$(RM) -r ./TestCoverage/ ./cryptest.exe v ./cryptest.exe tv all - gcov $(SRCS) + gcov -r $(SRCS) # Should use CXXFLAGS="-g3 -O1" .PHONY: valgrind