Makefile: run valgrind with better arguments & environment

This commit is contained in:
George Kiagiadakis 2021-10-15 14:00:05 +03:00
parent 07ada05e25
commit 7de841fa96
1 changed files with 2 additions and 1 deletions

View File

@ -26,4 +26,5 @@ gdb:
$(MAKE) run DBG=gdb
valgrind:
$(MAKE) run DBG=valgrind
G_SLICE=always-malloc \
$(MAKE) run DBG="valgrind --leak-check=full"