Skip to content

Commit a832199

Browse files
committed
Add debug info
1 parent 3d3aba0 commit a832199

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/github-actions/jobs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ auto:
582582
--enable-profiler
583583
--set rust.codegen-units=1
584584
--set rust.lto=thin
585+
--set rust.debuginfo-level=1
585586
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
586587
DIST_REQUIRE_ALL_TOOLS: 1
587588
CODEGEN_BACKENDS: llvm,cranelift

0 commit comments

Comments
 (0)