diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-23 15:41:23 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-25 15:12:09 -0800 |
commit | 2768f54aea6449ad9367a4918adbd02fcc682f43 (patch) | |
tree | d379e738ef5f947f638d6ed6ca9de45da8e42ea5 /scripts/valgrind.sh | |
parent | 164d156ccd67b14977431fb4919d9a8584765b2a (diff) | |
download | qtlocation-mapboxgl-upstream/valgrind-debug.tar.gz |
[linux] Run valgrind against debug build; trim supressionsupstream/valgrind-debug
Diffstat (limited to 'scripts/valgrind.sh')
-rwxr-xr-x | scripts/valgrind.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/valgrind.sh b/scripts/valgrind.sh index c717fc2cb8..9d0eec6ce9 100755 --- a/scripts/valgrind.sh +++ b/scripts/valgrind.sh @@ -6,6 +6,7 @@ set -o pipefail .mason/mason install valgrind 3.12.0 PARAMS="\ + --track-origins=yes \ --leak-check=full \ --show-leak-kinds=definite \ --errors-for-leak-kinds=definite \ |