File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9090 # - not running `opt-dist`'s post-optimization smoke tests on the resulting toolchain
9191 #
9292 # If you *want* these to happen however, temporarily comment it before triggering a try build.
93- DIST_TRY_BUILD : 1
93+ # DIST_TRY_BUILD: 1
9494
9595 auto :
9696 << : *production
@@ -581,6 +581,8 @@ auto:
581581 --enable-full-tools
582582 --enable-profiler
583583 --set rust.codegen-units=1
584+ --set rust.lto=thin
585+ --set rust.debuginfo-level=1
584586 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
585587 DIST_REQUIRE_ALL_TOOLS : 1
586588 CODEGEN_BACKENDS : llvm,cranelift
You can’t perform that action at this time.
0 commit comments