We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb23a59 + 4c92418 commit 5df0c68Copy full SHA for 5df0c68
library/Cargo.toml
@@ -38,8 +38,11 @@ adler2.debug = 0
38
gimli.debug = 0
39
gimli.opt-level = "s"
40
miniz_oxide.debug = 0
41
+miniz_oxide.opt-level = "s"
42
+# `opt-level = "s"` for `object` led to a size regression when tried previously
43
object.debug = 0
44
rustc-demangle.debug = 0
45
+rustc-demangle.opt-level = "s"
46
47
[patch.crates-io]
48
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
0 commit comments