mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-12 14:19:06 +00:00
cargo config: add debug=true
else debug symbols are stipped with 1.79+. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
8c75fcd07c
commit
d6f4fd4ec7
@ -3,3 +3,6 @@
|
|||||||
directory = "/usr/share/cargo/registry"
|
directory = "/usr/share/cargo/registry"
|
||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
replace-with = "debian-packages"
|
replace-with = "debian-packages"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
debug=true
|
||||||
|
Loading…
Reference in New Issue
Block a user