diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-20 09:21:24 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-20 16:46:52 -0800 |
commit | 55804f827316804a84eb10df1235f0a05501f1c3 (patch) | |
tree | 46a4526381ffaafe31dd52e37331c0e6184d2323 | |
parent | b845af66d3991dfbb07d2b7177218b26a42acb32 (diff) | |
download | qtlocation-mapboxgl-55804f827316804a84eb10df1235f0a05501f1c3.tar.gz |
Revert "[build] Add --track-origins=yes to valgrind arguments"
This reverts commit 090fb92fbf073728e1a9b5196e880a216f11e109.
-rwxr-xr-x | scripts/valgrind.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/valgrind.sh b/scripts/valgrind.sh index bb308a5773..4eeb9c9785 100755 --- a/scripts/valgrind.sh +++ b/scripts/valgrind.sh @@ -6,7 +6,6 @@ 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 \ |