From f92bfb580780cda02f9ba8a935538f984d8a4c0d Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 21 Jun 2020 15:58:34 +0300 Subject: Gzip artifacts Co-authored-by: bjorn3 Override miniz_oxide to build it with optimizations Building this crate with optimizations decreases the gzipping part of `cargo xtask dist` from `30-40s` down to `3s`, the overhead for `rustc` to apply optimizations is miserable on this background --- xtask/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/Cargo.toml') diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a8b9b010d..8045a98ea 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,3 +14,4 @@ pico-args = "0.3.1" quote = "1.0.2" proc-macro2 = "1.0.8" anyhow = "1.0.26" +flate2 = "1.0" -- cgit v1.2.3