about summary refs log tree commit diff
diff options
context:
space:
mode:
authormubarak23 <mubarakaminu340@gmail.com>2024-03-19 13:49:07 +0100
committermubarak23 <mubarakaminu340@gmail.com>2024-03-19 13:49:07 +0100
commit09dbab8fab1eaf4a101330c24febc4ab3fac9939 (patch)
tree6fe59a316146bb9b4061f2f10dab2e857a06c31d
parent4ef3bac2a63405d87d0157d9a0c11f225a5fc28f (diff)
downloadrust-09dbab8fab1eaf4a101330c24febc4ab3fac9939.tar.gz
rust-09dbab8fab1eaf4a101330c24febc4ab3fac9939.zip
change the debug option from true to limited
-rw-r--r--build_sysroot/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml
index e5658273c97..f46c9c8ce15 100644
--- a/build_sysroot/Cargo.toml
+++ b/build_sysroot/Cargo.toml
@@ -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.