diff --git a/Cargo.toml b/Cargo.toml index bd1ae95..6bf512d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,8 @@ default-members = [ "easytier" ] panic = "unwind" [profile.release] -panic = "unwind" +lto = true +codegen-units = 1 +panic = "abort" +strip = true +opt-level = "z"