change the debug option from true to limited

This commit is contained in:
mubarak23 2024-03-19 13:49:07 +01:00
parent 4ef3bac2a6
commit 09dbab8fab

View File

@ -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.