diff --git a/Cargo.toml b/Cargo.toml index f5e389e9e..7cf3db408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ lto = true panic = 'abort' opt-level = "z" codegen-units = 1 +strip = true [patch.crates-io] quinn-udp = { git = "https://github.com/quinn-rs/quinn", branch="main" }