Skip to content

Commit 3680556

Browse files
committed
chore: release profile optimizations
- perform lto - strip debuginfo
1 parent 4ca54dc commit 3680556

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ deunicode = "1.6"
2828

2929
[dev-dependencies]
3030
tempfile = "3.14"
31+
32+
[profile.release]
33+
lto = true
34+
panic = "abort"
35+
strip = "debuginfo"

0 commit comments

Comments
 (0)