We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756ebf4 commit 944a713Copy full SHA for 944a713
1 file changed
Cargo.toml
@@ -18,3 +18,10 @@ regex = "1.11.1"
18
serde = { version = "1", features = ["derive"] }
19
yansi = "1.0.1"
20
clap-markdown = { version = "0.1.5", optional = true }
21
+
22
+[profile.release]
23
+strip = true
24
+opt-level = "s"
25
+codegen-units = 1
26
+lto = true
27
+panic = "unwind"
0 commit comments