We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ff5d39 + 09dbab8 commit 17abfa7Copy full SHA for 17abfa7
build_sysroot/Cargo.toml
@@ -18,5 +18,5 @@ rustc-std-workspace-alloc = { path = "./sysroot_src/library/rustc-std-workspace-
18
rustc-std-workspace-std = { path = "./sysroot_src/library/rustc-std-workspace-std" }
19
20
[profile.release]
21
-debug = true
+debug = "limited"
22
#lto = "fat" # TODO(antoyo): re-enable when the failing LTO tests regarding proc-macros are fixed.
build_system/src/config.rs
@@ -424,7 +424,7 @@ impl ConfigInfo {
424
rustflags.push("-Csymbol-mangling-version=v0".to_string());
425
}
426
427
- rustflags.push("-Cdebuginfo=2".to_string());
+
428
429
// Since we don't support ThinLTO, disable LTO completely when not trying to do LTO.
430
// TODO(antoyo): remove when we can handle ThinLTO.
0 commit comments