Skip to content

Commit

Permalink
Remove LSAN debug options from travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Feb 21, 2018
1 parent 4b1e76f commit 533b811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ matrix:
env: BUILD='Debug' CC=clang-5.0 CXX=clang++-5.0
CXXFLAGS="-fsanitize=address,undefined,integer -fno-sanitize-recover=all -fno-omit-frame-pointer"
LDFLAGS="-fsanitize=address,undefined,integer"
LSAN_OPTIONS="verbosity=1:log_threads=1"
addons: *clang50
- os: linux
compiler: "gcc-4.8"
Expand Down

0 comments on commit 533b811

Please sign in to comment.