mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 00:11:08 +08:00
refactor: change lto option to "thin" for improved build performance
This commit is contained in:
parent
1cf8e2384e
commit
2366530622
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user