File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ jobs:
423423 os : windows-latest-xl
424424 - name : dist-x86_64-msvc
425425 env :
426- RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler"
426+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --host=x86_64-pc-windows-msvc --target=x86_64-pc-windows-msvc --enable-full-tools --enable-profiler --set rust.lto=thin "
427427 SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
428428 DIST_REQUIRE_ALL_TOOLS : 1
429429 os : windows-latest-xl
Original file line number Diff line number Diff line change @@ -659,6 +659,7 @@ jobs:
659659 --target=x86_64-pc-windows-msvc
660660 --enable-full-tools
661661 --enable-profiler
662+ --set rust.lto=thin
662663 SCRIPT : PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
663664 DIST_REQUIRE_ALL_TOOLS : 1
664665 << : *job-windows-xl
You can’t perform that action at this time.
0 commit comments