Skip to content

Commit

Permalink
CI: Use lld for linking LLVM in the x86_64-gnu-debug image.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Jan 30, 2019
1 parent dc20c8c commit b17c10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/x86_64-gnu-debug/Dockerfile
Expand Up @@ -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++
Expand Down

0 comments on commit b17c10d

Please sign in to comment.