Skip to content

Commit

Permalink
fix(release): Reduce debug information
Browse files Browse the repository at this point in the history
While not stripping, this does at least reduce how much we distribute

Fixes #738
  • Loading branch information
epage committed Feb 19, 2025
1 parent 0c40119 commit 9939a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ panic = "abort"
panic = "abort"
codegen-units = 1
lto = true
debug = "line-tables-only"

0 comments on commit 9939a1b

Please sign in to comment.