mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
fix(1785): enable lto and codegen-units in release build (#6586)
Signed-off-by: lsytj0413 <511121939@qq.com>
This commit is contained in:
parent
98ba4a9cb1
commit
79088dbc80
1 changed files with 4 additions and 0 deletions
|
|
@ -36,3 +36,7 @@ reqwest = { version = "0.12.28", default-features = false, features = ["multipar
|
|||
tower = "0.5.2"
|
||||
tower-http = "0.6.8"
|
||||
url = "2.5.8"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue