We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcbc78 + 7cf2bd7 commit 74ab0d8Copy full SHA for 74ab0d8
src/ci/github-actions/jobs.yml
@@ -614,6 +614,7 @@ auto:
614
--target=x86_64-pc-windows-msvc
615
--enable-full-tools
616
--enable-profiler
617
+ --set rust.lto=thin
618
--set rust.codegen-units=1
619
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
620
DIST_REQUIRE_ALL_TOOLS: 1
0 commit comments