5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-08 21:18:07 +03:00
proxmox-backup/pxar-bin
Fabian Grünbichler fd3f72820e build: use cargo wrapper when building package
else we don't pick up the options set by the wrapper, which include generation
of debug symbols. until rustc 1.77, this was not needed because compiled
binaries always included a non-stripped libstd. now, without this change, the
binaries built with `cargo build --release` have no debug symbols at all
trigger a warning. fix this and include debug symbols when building a package,
like was originally intended for release package builds.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2024-06-20 08:50:41 +02:00
..
src client: pxar: set cache limit based on nofile rlimit 2024-06-05 16:39:42 +02:00
tests build: use cargo wrapper when building package 2024-06-20 08:50:41 +02:00
Cargo.toml pxar: bin: ignore version and prelude entries in listing 2024-06-05 16:39:41 +02:00