Add opt-level = "s" for more std symbolication crates
This commit is contained in:
parent
8c35f4a85e
commit
4c92418610
1 changed files with 3 additions and 0 deletions
|
|
@ -38,8 +38,11 @@ adler2.debug = 0
|
|||
gimli.debug = 0
|
||||
gimli.opt-level = "s"
|
||||
miniz_oxide.debug = 0
|
||||
miniz_oxide.opt-level = "s"
|
||||
# `opt-level = "s"` for `object` led to a size regression when tried previously
|
||||
object.debug = 0
|
||||
rustc-demangle.debug = 0
|
||||
rustc-demangle.opt-level = "s"
|
||||
|
||||
[patch.crates-io]
|
||||
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue