Skip to content

Commit 56e614c

Browse files
committed
Do not run LTO on LLVM to statically link it
1 parent 2a5da7a commit 56e614c

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ ENV RUST_CONFIGURE_ARGS \
8888
--set target.x86_64-unknown-linux-gnu.linker=clang \
8989
--set target.x86_64-unknown-linux-gnu.ar=/rustroot/bin/llvm-ar \
9090
--set target.x86_64-unknown-linux-gnu.ranlib=/rustroot/bin/llvm-ranlib \
91-
--set llvm.thin-lto=true \
9291
--set llvm.ninja=false \
9392
--set llvm.libzstd=true \
9493
--set rust.jemalloc \

0 commit comments

Comments
 (0)