Use "relative" option for gcov recipe

pull/432/head
Jeffrey Walton 2017-05-27 07:18:48 -04:00
parent a139d6a846
commit 814de0f0c7
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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