We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caf3c4 commit 9f541ecCopy full SHA for 9f541ec
Cargo.toml
@@ -6,3 +6,8 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
+
10
+[profile.release]
11
+strip = "symbols"
12
+lto = "fat"
13
+codegen-units = 1
0 commit comments