Auto merge of #103591 - lqd:win-lto, r=Mark-Simulacrum · rust-lang/rust@657eefe (original) (raw)

Original file line number Diff line number Diff line change
@@ -430,7 +430,7 @@ jobs:
430 430 os: windows-latest-xl
431 431 - name: dist-x86_64-msvc
432 432 env:
433 -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"
433 +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"
434 434 SCRIPT: PGO_HOST=x86_64-pc-windows-msvc src/ci/pgo.sh python x.py dist bootstrap --include-default-paths
435 435 DIST_REQUIRE_ALL_TOOLS: 1
436 436 os: windows-latest-xl