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 53a689d commit 3b98e82Copy full SHA for 3b98e82
.travis.yml
@@ -165,11 +165,7 @@ matrix:
165
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
+ #- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
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