CI: Use lld for linking LLVM in the x86_64-gnu-debug image.

This commit is contained in:
Michael Woerister 2019-01-30 13:28:46 +01:00
parent dc20c8cc25
commit b17c10de46
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ ENV RUST_CONFIGURE_ARGS \
--enable-lld \
--enable-lldb \
--enable-optimize \
--set llvm.use-linker=lld \
--set target.x86_64-unknown-linux-gnu.linker=clang \
--set target.x86_64-unknown-linux-gnu.cc=clang \
--set target.x86_64-unknown-linux-gnu.cxx=clang++