diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-03-14 15:30:42 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-03-14 15:42:53 +0100 |
| commit | 0a1b9834b3d71953ff0b22b48237e23d5fa9fd3f (patch) | |
| tree | 96c005b82a972c8564340f7275ec23d67fb8997a /config.example.toml | |
| parent | bd43458d4c2a01af55f7032f7c47d7c8fecfe560 (diff) | |
| download | rust-0a1b9834b3d71953ff0b22b48237e23d5fa9fd3f.tar.gz rust-0a1b9834b3d71953ff0b22b48237e23d5fa9fd3f.zip | |
add dist.compression-profile option to control compression speed
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index dee0d8f254b..67916049e4a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -803,3 +803,9 @@ changelog-seen = 2 # # This list must be non-empty. #compression-formats = ["gz", "xz"] + +# How much time should be spent compressing the tarballs. The better the +# compression profile, the longer compression will take. +# +# Available options: fast, balanced, best +#compression-profile = "balanced" |
