Skip to content

Commit 7cf2bd7

Browse files
committed
Perform ThinLTO on x86_64-pc-windows-msvc dist builder
1 parent bbcbc78 commit 7cf2bd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ auto:
614614
--target=x86_64-pc-windows-msvc
615615
--enable-full-tools
616616
--enable-profiler
617+
--set rust.lto=thin
617618
--set rust.codegen-units=1
618619
SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage1-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
619620
DIST_REQUIRE_ALL_TOOLS: 1

0 commit comments

Comments
 (0)