Add Valgrind --track-origins=yes to recipe

This commit is contained in:
Jeffrey Walton 2017-11-29 05:26:21 -05:00
parent 5a8e4d1545
commit 33caa1e13f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

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