mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix(1785): enable lto and codegen-units in release build (#6586)
Signed-off-by: lsytj0413 <511121939@qq.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user