diff --git a/Cargo.toml b/Cargo.toml index 5e45626..01a92ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,3 +58,4 @@ default = ["flate2/zlib", "gzp/deflate_zlib", "zip/deflate-zlib", "zstd/thin"] lto = true codegen-units = 1 opt-level = 3 +strip = true