fix(release): Reduce debug information

While not stripping, this does at least reduce how much we distribute

Fixes #738
This commit is contained in:
Ed Page 2025-02-19 09:14:59 -06:00
parent 0c40119b47
commit 9939a1b83d

View file

@ -95,3 +95,4 @@ panic = "abort"
panic = "abort"
codegen-units = 1
lto = true
debug = "line-tables-only"