Skip to content

Commit 9c3332a

Browse files
committed
Added release profile with LTO.
1 parent abacc25 commit 9c3332a

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
@@ -23,3 +23,8 @@ terminal_style = "0.4.0"
2323
[[bin]]
2424
name = "rusticon"
2525
path = "src/main.rs"
26+
27+
[profile.release]
28+
opt-level = 3
29+
lto = "thin"
30+
codegen-units = 1

0 commit comments

Comments
 (0)