Skip to content

Commit 6fb058e

Browse files
Skip debuginfo for ruzstd and opt it for size
1 parent 1fc57ed commit 6fb058e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ gimli.opt-level = "s"
3838
miniz_oxide.debug = 0
3939
object.debug = 0
4040
rustc-demangle.debug = 0
41+
ruzstd.debug = 0
42+
ruzstd.opt-level = "s"
4143

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

0 commit comments

Comments
 (0)