Skip to content

Commit ff1eb12

Browse files
author
Christian Howe
committed
Use --leak-check=full with Valgrind
1 parent 7333e7c commit ff1eb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
gcc -g main.c animal.c dog.c -o test
33

44
memcheck:
5-
valgrind ./test
5+
valgrind --leak-check=full ./test
66

77
clean:
88
rm test

0 commit comments

Comments
 (0)