mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-22 21:11:02 -05:00
fix(release): Reduce debug information
While not stripping, this does at least reduce how much we distribute Fixes #738
This commit is contained in:
parent
0c40119b47
commit
9939a1b83d
1 changed files with 1 additions and 0 deletions
|
@ -95,3 +95,4 @@ panic = "abort"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
lto = true
|
lto = true
|
||||||
|
debug = "line-tables-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue