build: use 1 codegen-units for release builds

This commit is contained in:
link2xt
2023-06-08 12:14:31 +00:00
parent 9646766793
commit 915008d474

View File

@@ -23,6 +23,7 @@ opt-level = "z"
lto = true
panic = 'abort'
opt-level = "z"
codegen-units = 1
[patch.crates-io]
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }