mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 21:57:24 +08:00
update release profile
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -7,8 +7,9 @@ default-members = [ "easytier" ]
|
|||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
panic = "unwind"
|
||||||
codegen-units = 1
|
# panic = "abort"
|
||||||
panic = "abort"
|
# lto = true
|
||||||
strip = true
|
# codegen-units = 1
|
||||||
opt-level = "z"
|
# strip = true
|
||||||
|
# opt-level = "z"
|
||||||
|
|||||||
Reference in New Issue
Block a user