diff --git a/Cargo.toml b/Cargo.toml index 4ab4671..87a2670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,10 @@ members = [ "fake-tcp", "phantun", ] + +[profile.release] +strip = true +opt-level = "z" +lto = true +codegen-units = 1 +panic = "abort"