mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
refactor: change lto option to "thin" for improved build performance
This commit is contained in:
@@ -124,7 +124,7 @@ tokio-trace = ["console-subscriber"]
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
codegen-units = 16
|
||||
lto = true
|
||||
lto = "thin"
|
||||
opt-level = 2
|
||||
debug = false
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user