From 33caa1e13f3204557fcc1577d243aa6fe38fc7f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 29 Nov 2017 05:26:21 -0500 Subject: [PATCH] Add Valgrind --track-origins=yes to recipe --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 7aed791c..1fe91219 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -763,7 +763,7 @@ gcov codecov: libcryptopp.a cryptest.exe # Should use CXXFLAGS="-g3 -O1" .PHONY: valgrind valgrind: libcryptopp.a cryptest.exe - valgrind ./cryptest.exe v + valgrind --track-origins=yes ./cryptest.exe v .PHONY: test check test check: cryptest.exe