Skip to content

Commit 4c92418

Browse files
committed
Add opt-level = "s" for more std symbolication crates
1 parent 8c35f4a commit 4c92418

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ adler2.debug = 0
3838
gimli.debug = 0
3939
gimli.opt-level = "s"
4040
miniz_oxide.debug = 0
41+
miniz_oxide.opt-level = "s"
42+
# `opt-level = "s"` for `object` led to a size regression when tried previously
4143
object.debug = 0
4244
rustc-demangle.debug = 0
45+
rustc-demangle.opt-level = "s"
4346

4447
[patch.crates-io]
4548
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on

0 commit comments

Comments
 (0)