Skip to content
Snippets Groups Projects
Commit dc0f8caf authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

More meaningful valgrind options

parent 73a9cc05
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export valgrind=env
for opt in ${*}
do
case "$opt" in
(--valgrind) valgrind="valgrind --leak-check=full --show-reachable=yes" ;;
(--valgrind) valgrind="valgrind --leak-check=full --track-origins=yes" ;;
(*) echo error ; exit ;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment