Skip to content

Commit

Permalink
Use fat LTO for compiling rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 23, 2022
1 parent 7fcf850 commit 7db05e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ENV RUST_CONFIGURE_ARGS \
--set llvm.ninja=false \
--set rust.jemalloc \
--set rust.use-lld=true \
--set rust.lto=thin
--set rust.lto=fat
ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \
--host $HOSTS --target $HOSTS \
--include-default-paths \
Expand Down

0 comments on commit 7db05e6

Please sign in to comment.