From 814de0f0c722f90f2ed27a53fb0325c063fe6443 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 27 May 2017 07:18:48 -0400 Subject: [PATCH] Use "relative" option for gcov recipe --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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