Skip to content

Commit

Permalink
Skip debuginfo for ruzstd and opt it for size
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Sep 16, 2024
1 parent 1fc57ed commit 6fb058e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ gimli.opt-level = "s"
miniz_oxide.debug = 0
object.debug = 0
rustc-demangle.debug = 0
ruzstd.debug = 0
ruzstd.opt-level = "s"

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

0 comments on commit 6fb058e

Please sign in to comment.