We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4589d07 commit 754b338Copy full SHA for 754b338
.travis.yml
@@ -33,15 +33,10 @@ matrix:
33
packages:
34
- g++-5
35
- os: linux
36
- compiler: clang++-3.7
37
- env: AUTOTOOLS=no COVERAGE=no BUILD=static
38
- addons:
39
- apt:
40
- sources:
41
- - ubuntu-toolchain-r-test
42
- - llvm-toolchain-precise-3.7
43
- packages:
44
- - clang-3.7
+ compiler: clang
+ # This build runs with ASan and we set `detect_odr_violation=0`
+ # to work around https://bugs.llvm.org/show_bug.cgi?id=37545.
+ env: AUTOTOOLS=no COVERAGE=no BUILD=static ASAN_OPTIONS=detect_odr_violation=0
45
46
compiler: clang
47
env: AUTOTOOLS=yes COVERAGE=no BUILD=shared
0 commit comments