Add valgrind helper script
This commit is contained in:
parent
12331d66f5
commit
b4a34dd7c2
2 changed files with 245 additions and 0 deletions
6
script/valgrind.sh
Executable file
6
script/valgrind.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
valgrind $@ \
|
||||
--suppressions=./etc/valgrind.supp \
|
||||
--dsymutil=yes \
|
||||
out/Default/runtime_specs
|
||||
Loading…
Add table
Add a link
Reference in a new issue