We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac41f7 commit 18b00f5Copy full SHA for 18b00f5
Cargo.toml
@@ -30,3 +30,7 @@ lazy_static = "1.4.0"
30
indoc = "2"
31
serde = { version = "1", features = ["derive"] }
32
toml = "0.8"
33
+
34
+[profile.release]
35
+codegen-units = 1
36
+lto = true
0 commit comments