We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da0df commit 2495462Copy full SHA for 2495462
Cargo.toml
@@ -14,3 +14,7 @@ Rust compiler symbol demangling.
14
[workspace]
15
members = ["rustc-demangle-capi"]
16
17
+[profile.release]
18
+lto = true
19
+codegen-units = 1
20
+incremental = false
0 commit comments