Skip to content

Commit 9939a1b

Browse files
committed
fix(release): Reduce debug information
While not stripping, this does at least reduce how much we distribute Fixes #738
1 parent 0c40119 commit 9939a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ panic = "abort"
9595
panic = "abort"
9696
codegen-units = 1
9797
lto = true
98+
debug = "line-tables-only"

0 commit comments

Comments
 (0)