We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
opt-level = "s"
1 parent 8c35f4a commit 4c92418Copy full SHA for 4c92418
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