Add opt-level = "s" for more std symbolication crates

This commit is contained in:
clubby789 2025-04-01 14:49:48 +00:00
parent 8c35f4a85e
commit 4c92418610

View File

@ -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