mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-20 05:12:16 +00:00
Add Valgrind --track-origins=yes to recipe
This commit is contained in:
parent
5a8e4d1545
commit
33caa1e13f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user