We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541c08d commit 2aeaed8Copy full SHA for 2aeaed8
Cargo.toml
@@ -12,4 +12,7 @@ crate-type = ["staticlib"]
12
hexe = "0.0.2"
13
14
[profile.release]
15
+codegen-units = 1
16
+opt-level = 3
17
+panic = "abort"
18
lto = true
0 commit comments