Skip to content

Commit 312694a

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ adler2.debug = 0
3838
gimli.debug = 0
3939
gimli.opt-level = "s"
4040
miniz_oxide.debug = 0
41+
miniz_oxide.opt-level = "s"
4142
object.debug = 0
4243
rustc-demangle.debug = 0
44+
rustc-demangle.opt-level = "s"
4345

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

0 commit comments

Comments
 (0)