diff options
author | Miguel Ojeda <[email protected]> | 2024-02-17 01:26:22 +0100 |
---|---|---|
committer | Miguel Ojeda <[email protected]> | 2024-04-02 17:41:22 +0200 |
commit | dbef1811c8865562127a6e04c3364f35ceaaa94d (patch) | |
tree | 60fc001a09d231627e14dd230cab4273bef68863 /mm/sparse.c | |
parent | b8b2096ab8fd975f4d6889ecd14f9f10ba9c8839 (diff) |
kbuild: rust: use `-Zdebuginfo-compression`
Rust 1.74.0 introduced (unstable) support for the
`-Zdebuginfo-compression` flag, thus use it.
Note that the releases built by the Rust project (i.e. the ones provided
by rustup) do not enable support for zstd in their bundled LLVM (yet,
at least), thus the Rust compiler will warn, but the build will proceed:
warning: unknown debuginfo compression algorithm zstd - will fall
back to uncompressed debuginfo
Link: https://github.com/rust-lang/rust/issues/120953
Link: https://github.com/rust-lang/rust/pull/115358
Reviewed-by: Alice Ryhl <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[ Added note about zstd support in Rust-provided binaries. ]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'mm/sparse.c')
0 files changed, 0 insertions, 0 deletions