diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-10 15:53:15 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-13 10:11:26 -0600 |
commit | 090fb92fbf073728e1a9b5196e880a216f11e109 (patch) | |
tree | 0ffbd19bedb7781b524a6b7b73a724a1882bf555 /scripts/valgrind.sh | |
parent | b9be66f287ade7275ecc18f21a456998e4163318 (diff) | |
download | qtlocation-mapboxgl-090fb92fbf073728e1a9b5196e880a216f11e109.tar.gz |
[build] Add --track-origins=yes to valgrind arguments
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 4eeb9c9785..bb308a5773 100755 --- a/scripts/valgrind.sh +++ b/scripts/valgrind.sh @@ -6,6 +6,7 @@ set -o pipefail VALGRIND_PREFIX=$(scripts/mason.sh PREFIX valgrind VERSION 3.12.0) PARAMS="\ + --track-origins=yes \ --leak-check=full \ --show-leak-kinds=definite \ --errors-for-leak-kinds=definite \ |