Skip to content

Commit 09dbab8

Browse files
committed
change the debug option from true to limited
1 parent 4ef3bac commit 09dbab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sysroot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ rustc-std-workspace-alloc = { path = "./sysroot_src/library/rustc-std-workspace-
1818
rustc-std-workspace-std = { path = "./sysroot_src/library/rustc-std-workspace-std" }
1919

2020
[profile.release]
21-
debug = true
21+
debug = "limited"
2222
#lto = "fat" # TODO(antoyo): re-enable when the failing LTO tests regarding proc-macros are fixed.

0 commit comments

Comments
 (0)