Skip to content

Commit d35bc80

Browse files
committed
Auto merge of #128947 - Zoxc:thinlto-msvc, r=<try>
Perform ThinLTO on x86_64-pc-windows-msvc dist builder This reenables ThinLTO on x86_64-pc-windows-msvc. try-job: dist-x86_64-msvc
2 parents 645d0ad + 4c4710f commit d35bc80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/github-actions/jobs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ auto:
554554
--enable-full-tools
555555
--enable-profiler
556556
--set rust.codegen-units=1
557+
--set rust.lto=thin
558+
--set rust.debuginfo-level=1
557559
SCRIPT: python x.py build --set rust.debug=true opt-dist && PGO_HOST=x86_64-pc-windows-msvc ./build/x86_64-pc-windows-msvc/stage0-tools-bin/opt-dist windows-ci -- python x.py dist bootstrap --include-default-paths
558560
DIST_REQUIRE_ALL_TOOLS: 1
559561
CODEGEN_BACKENDS: llvm,cranelift

0 commit comments

Comments
 (0)