mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 20:06:22 +00:00
5 lines
217 B
Bash
Executable File
5 lines
217 B
Bash
Executable File
#!/bin/sh
|
|
rm -f valgrind.out
|
|
#valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes --show-reachable=yes ./profanity
|
|
valgrind --log-file=valgrind.out --leak-check=full --track-origins=yes ./profanity
|