Skip to content

Commit

Permalink
change the debug option from true to limited
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Mar 19, 2024
1 parent 4ef3bac commit 09dbab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_sysroot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ rustc-std-workspace-alloc = { path = "./sysroot_src/library/rustc-std-workspace-
rustc-std-workspace-std = { path = "./sysroot_src/library/rustc-std-workspace-std" }

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

0 comments on commit 09dbab8

Please sign in to comment.