disable lto test for clang for now

it works on debian but not on the outdated travis ubuntu
This commit is contained in:
Daniel Mendler 2019-11-05 21:01:54 +01:00
parent 53a689d084
commit 3b98e82627
No known key found for this signature in database
GPG Key ID: D88ADB2A2693CA43

View File

@ -165,11 +165,7 @@ matrix:
# Link time optimization
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=gcc-5 --with-m64 --with-travis-valgrind'
- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
addons:
apt:
packages:
- llvm-7
#- env: SANITIZER=1 COMPILE_LTO=1 BUILDOPTIONS='--with-cc=clang-7 --with-m64 --with-travis-valgrind'
# GCC for the x86-64 architecture with restricted limb sizes
# formerly started with the option "--with-low-mp" to testme.sh