Add valgrind helper script

This commit is contained in:
Max Brunsfeld 2014-06-09 13:24:30 -07:00
parent 12331d66f5
commit b4a34dd7c2
2 changed files with 245 additions and 0 deletions

6
script/valgrind.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
valgrind $@ \
--suppressions=./etc/valgrind.supp \
--dsymutil=yes \
out/Default/runtime_specs