3 lines
136 B
Bash
Executable File
3 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
valgrind --tool=memcheck --error-limit=no --gen-suppressions=all --leak-check=full --show-reachable=yes --num-callers=32 $*
|