This commit is contained in:
vinoca
2025-03-16 10:23:08 +08:00
committed by GitHub

View File

@@ -6,3 +6,10 @@ members = [
"fake-tcp", "fake-tcp",
"phantun", "phantun",
] ]
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"