File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ jobs:
442
442
os : windows-2019-8core-32gb
443
443
- name : dist-x86_64-msvc
444
444
env :
445
- 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"
445
+ 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.codegen-units=1 "
446
446
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
447
447
DIST_REQUIRE_ALL_TOOLS : 1
448
448
os : windows-2019-8core-32gb
Original file line number Diff line number Diff line change @@ -692,6 +692,7 @@ jobs:
692
692
--target=x86_64-pc-windows-msvc
693
693
--enable-full-tools
694
694
--enable-profiler
695
+ --set rust.codegen-units=1
695
696
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
696
697
DIST_REQUIRE_ALL_TOOLS : 1
697
698
<< : *job-windows-8c
You can’t perform that action at this time.
0 commit comments