diff options
Diffstat (limited to 'saedit')
-rwxr-xr-x | saedit/valg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/saedit/valg b/saedit/valg new file mode 100755 index 0000000..8726b81 --- /dev/null +++ b/saedit/valg @@ -0,0 +1,2 @@ +#!/bin/sh +valgrind --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no --num-callers=30 "./saedit" 2>./valg.log |