We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4588c7 commit 3de915dCopy full SHA for 3de915d
Cargo.toml
@@ -11,3 +11,8 @@ pedantic = { level = "warn", priority = -1 }
11
disallowed-macros = "allow"
12
format-push-string = "allow"
13
missing-panics-doc = "allow"
14
+
15
+[profile.release]
16
+lto = "fat"
17
+strip = "symbols"
18
+codegen-units = 1
0 commit comments