Skip to content

Commit f9f090e

Browse files
committed
Add dist
1 parent 268bfb6 commit f9f090e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ log = "0.4.22"
1212
ratatui = "0.29.0"
1313
regex = "1.11.1"
1414
tui-input = "0.11.0"
15+
16+
[profile.release]
17+
strip = true
18+
19+
# Release(dist) binaries are setup for maximum runtime speed, at the cost of CI time
20+
[profile.dist]
21+
inherits = "release"
22+
codegen-units = 1
23+
lto = true
24+
strip = true

0 commit comments

Comments
 (0)