diff options
author | Veetaha <[email protected]> | 2020-06-21 13:58:34 +0100 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-07-07 21:30:11 +0100 |
commit | f92bfb580780cda02f9ba8a935538f984d8a4c0d (patch) | |
tree | fbf0e24250cc36eaa122904e78cd7cb50fe1c665 /xtask/Cargo.toml | |
parent | 980a67f44629ed67a54b603aaf9d015a81d61f7a (diff) |
Gzip artifacts
Co-authored-by: bjorn3 <[email protected]>
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
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
14 | quote = "1.0.2" | 14 | quote = "1.0.2" |
15 | proc-macro2 = "1.0.8" | 15 | proc-macro2 = "1.0.8" |
16 | anyhow = "1.0.26" | 16 | anyhow = "1.0.26" |
17 | flate2 = "1.0" | ||