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 99919da commit bf4f737Copy full SHA for bf4f737
Cargo.toml
@@ -107,6 +107,7 @@ required-features = ["uudoc"]
107
# release profile), the debug info and the stack traces will still be available.
108
[profile.release]
109
lto = true
110
+codegen-units = 1
111
112
# A release-like profile that is tuned to be fast, even when being fast
113
# compromises on binary size. This includes aborting on panic.
0 commit comments