mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15: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]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
codegen-units = 16
|
codegen-units = 16
|
||||||
lto = true
|
lto = "thin"
|
||||||
opt-level = 2
|
opt-level = 2
|
||||||
debug = false
|
debug = false
|
||||||
strip = true
|
strip = true
|
||||||
|
|||||||
Reference in New Issue
Block a user