We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874f2eb commit 3182872Copy full SHA for 3182872
Cargo.toml
@@ -37,3 +37,6 @@ tera = "1"
37
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
38
two_timer = { git = "https://github.com/berkus/two-timer.git", branch = "updated", version = "2.2" }
39
40
+[profile.release]
41
+lto = true
42
+codegen-units = 1
0 commit comments