New makefile target to run valgrind with the correct options
This commit is contained in:
@@ -22,3 +22,6 @@ install: libcosmopolite.so cosmopolite.h
|
||||
|
||||
clean:
|
||||
rm -f test libcosmopolite.so *.o
|
||||
|
||||
valgrind:
|
||||
valgrind --leak-check=full --show-reachable=yes --num-callers=20 --suppressions=suppressions ./test
|
||||
|
||||
Reference in New Issue
Block a user