mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 16:56:30 +03:00
build: use 1 codegen-units for release builds
This commit is contained in:
@@ -23,6 +23,7 @@ opt-level = "z"
|
|||||||
lto = true
|
lto = true
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
codegen-units = 1
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }
|
||||||
|
|||||||
Reference in New Issue
Block a user