Skip to content

Commit 3182872

Browse files
committed
✨ Do some LTO
1 parent 874f2eb commit 3182872

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ tera = "1"
3737
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
3838
two_timer = { git = "https://github.com/berkus/two-timer.git", branch = "updated", version = "2.2" }
3939

40+
[profile.release]
41+
lto = true
42+
codegen-units = 1

0 commit comments

Comments
 (0)