mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 05:26:47 +00:00
Add opt-level = "s"
for more std symbolication crates
This commit is contained in:
parent
8c35f4a85e
commit
4c92418610
@ -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…
Reference in New Issue
Block a user