Re: [PATCH] kbuild: rust: use `-Zdebuginfo-compression`

From: Miguel Ojeda
Date: Fri Mar 29 2024 - 15:50:12 EST


On Sat, Feb 17, 2024 at 1:26 AM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> Rust 1.74.0 introduced (unstable) support for the
> `-Zdebuginfo-compression` flag, thus use it.
>
> Link: https://github.com/rust-lang/rust/issues/120953
> Link: https://github.com/rust-lang/rust/pull/115358
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

[ Added note about zstd support in Rust-provided binaries. ]

Applied to `rust-next` -- please feel free to still send reviews or
tested-bys for this one!

Cheers,
Miguel