diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/run_valgrind.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh index 943d25b..033f35a 100755 --- a/scripts/run_valgrind.sh +++ b/scripts/run_valgrind.sh @@ -1,2 +1,3 @@ #! /usr/bin/env sh -valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" +valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" +#valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" |