Skip to content

Commit fc2cd02

Browse files
committed
Re-enable LLD by default for x86_64-unknown-linux-gnu
1 parent 646fb11 commit fc2cd02

File tree

1 file changed

+2
-0
lines changed
  • src/ci/docker/host-x86_64/dist-x86_64-linux

1 file changed

+2
-0
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ ENV RUST_CONFIGURE_ARGS \
9393
--set llvm.libzstd=true \
9494
--set rust.jemalloc \
9595
--set rust.bootstrap-override-lld=true \
96+
--set rust.lld=true \
97+
--set target.x86_64-unknown-linux-gnu.default-linker-linux="self-contained-lld-cc" \
9698
--set rust.lto=thin \
9799
--set rust.codegen-units=1
98100

0 commit comments

Comments
 (0)