Skip to content

Commit e58567f

Browse files
author
Sebastian Lutter
committed
Adding valgrind flags
1 parent 67d6658 commit e58567f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/memoryLeakRun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33

4-
VALGRIND_OPS="--tool=memcheck --smc-check=all --error-limit=no "
4+
VALGRIND_OPS="--tool=memcheck --smc-check=all --error-limit=no --leak-check=full --track-origins=yes"
55
#VALGRIND_OPS="--tool=memcheck --leak-check=full --smc-check=all"
66
cd "$(dirname "$BASH_SOURCE")"
77
WD=$(pwd)

0 commit comments

Comments
 (0)