We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9646766 commit 0dbeb12Copy full SHA for 0dbeb12
Cargo.toml
@@ -23,6 +23,7 @@ opt-level = "z"
23
lto = true
24
panic = 'abort'
25
opt-level = "z"
26
+codegen-units = 1
27
28
[patch.crates-io]
29
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
0 commit comments