summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-10 15:53:15 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-13 10:11:26 -0600
commit090fb92fbf073728e1a9b5196e880a216f11e109 (patch)
tree0ffbd19bedb7781b524a6b7b73a724a1882bf555 /scripts
parentb9be66f287ade7275ecc18f21a456998e4163318 (diff)
downloadqtlocation-mapboxgl-090fb92fbf073728e1a9b5196e880a216f11e109.tar.gz
[build] Add --track-origins=yes to valgrind arguments
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/valgrind.sh1
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 \