Skip to content

Commit

Permalink
size-optimize some of the panic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
the8472 committed Aug 14, 2024
1 parent 6d8f0bd commit 79b5cfd
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 @@ -30,8 +30,10 @@ codegen-units = 10000
# helps to improve link times a little bit.
[profile.release.package]
addr2line.debug = 0
addr2line.opt-level = "s"
adler.debug = 0
gimli.debug = 0
gimli.opt-level = "s"
miniz_oxide.debug = 0
object.debug = 0
rustc-demangle.debug = 0
Expand Down

0 comments on commit 79b5cfd

Please sign in to comment.