diff --git a/Makefile b/Makefile index 1536568a..63e28236 100644 --- a/Makefile +++ b/Makefile @@ -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"