summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-29 16:04:10 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-29 16:04:19 -0700
commitb79f6f736f019969e496c8c22fe9b3b505e07f5a (patch)
tree3aa7c0b1a27fac5e1aa9c0362c3b0c0030437664 /.travis.yml
parenta2a219870b94233d51251ae1fb90074306fba1bd (diff)
downloadqtlocation-mapboxgl-b79f6f736f019969e496c8c22fe9b3b505e07f5a.tar.gz
[travis] we can only sanitize either addresses or threads, choose one
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 789083764f..00b80fe5e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
before_script:
- if [[ ${CXX} == "g++" ]]; then export CXX="g++-4.8" ; fi
-- if [[ $BUILDTYPE} == "Debug" ]]; then export CXXFLAGS="-fsanitize=address -fsanitize=thread";export LDFLAGS="-fsanitize=address -fsanitize=thread" ; fi
+- if [[ ${BUILDTYPE} == "Debug" ]]; then export CXXFLAGS="-fsanitize=address";export LDFLAGS="-fsanitize=address" ; fi
script:
- make llmr BUILDTYPE=${BUILDTYPE}