Skip to content

Commit 2ec779e

Browse files
committed
Perform ThinLTO on x86_64-pc-windows-msvc dist builder
1 parent f2d69d5 commit 2ec779e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/ci/github-actions/jobs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ auto:
581581
--enable-full-tools
582582
--enable-profiler
583583
--set rust.codegen-units=1
584+
--set rust.lto=thin
584585
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
585586
DIST_REQUIRE_ALL_TOOLS: 1
586587
CODEGEN_BACKENDS: llvm,cranelift

0 commit comments

Comments
 (0)