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 74d828d commit 53a689dCopy full SHA for 53a689d
.travis.yml
@@ -166,6 +166,10 @@ matrix:
166
# Link time optimization
167
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
168
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
169
+ addons:
170
+ apt:
171
+ packages:
172
+ - llvm-7
173
174
# GCC for the x86-64 architecture with restricted limb sizes
175
# formerly started with the option "--with-low-mp" to testme.sh
0 commit comments