File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ rustc-std-workspace-alloc = { path = "./sysroot_src/library/rustc-std-workspace-
18
18
rustc-std-workspace-std = { path = " ./sysroot_src/library/rustc-std-workspace-std" }
19
19
20
20
[profile .release ]
21
- debug = true
21
+ debug = " limited "
22
22
# lto = "fat" # TODO(antoyo): re-enable when the failing LTO tests regarding proc-macros are fixed.
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ impl ConfigInfo {
424
424
rustflags. push ( "-Csymbol-mangling-version=v0" . to_string ( ) ) ;
425
425
}
426
426
427
- rustflags . push ( "-Cdebuginfo=2" . to_string ( ) ) ;
427
+
428
428
429
429
// Since we don't support ThinLTO, disable LTO completely when not trying to do LTO.
430
430
// TODO(antoyo): remove when we can handle ThinLTO.
You can’t perform that action at this time.
0 commit comments