Skip to content

Commit 7db05e6

Browse files
committed
Use fat LTO for compiling rustc
1 parent 7fcf850 commit 7db05e6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ENV RUST_CONFIGURE_ARGS \
7979
--set llvm.ninja=false \
8080
--set rust.jemalloc \
8181
--set rust.use-lld=true \
82-
--set rust.lto=thin
82+
--set rust.lto=fat
8383
ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \
8484
--host $HOSTS --target $HOSTS \
8585
--include-default-paths \

0 commit comments

Comments
 (0)