mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
build: use 1 codegen-units for release builds
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user