summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2017-02-08 19:21:56 -0800
committerDane Springmeyer <dane@mapbox.com>2017-02-08 19:21:56 -0800
commit068523986665b49d363090c653919256d985d4bc (patch)
tree162769b8825a8dc67d40b649d069daf48152fbeb
parent1883ab7ee13fb073153088a2bfe8c4c42ebadfba (diff)
downloadqtlocation-mapboxgl-068523986665b49d363090c653919256d985d4bc.tar.gz
disable leak checking for nowupstream/clang-3.9
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 52aceeec8c..b4ad959d64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,6 +104,7 @@ matrix:
- export PATH=$(scripts/mason.sh PREFIX clang++ VERSION 3.9.1)/bin:$PATH
- export CXXFLAGS="-Wno-undefined-var-template -fsanitize=address,undefined"
- export LDFLAGS="-fsanitize=address,undefined"
+ - export ASAN_OPTIONS=detect_leaks=0
before_script:
- mapbox_start_xvfb
script:
@@ -128,6 +129,7 @@ matrix:
- export PATH=$(scripts/mason.sh PREFIX clang++ VERSION 3.9.1)/bin:$PATH
- export CXXFLAGS="-Wno-undefined-var-template -fsanitize=address,undefined"
- export LDFLAGS="-fsanitize=address,undefined"
+ - export ASAN_OPTIONS=detect_leaks=0
before_script:
- mapbox_start_xvfb
script: