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

Merge branch 'v2.3' into v2.4

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