mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-08 21:18:07 +03:00
fd3f72820e
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> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |