5
0
mirror of git://git.proxmox.com/git/proxmox-backup-qemu.git synced 2024-12-21 13:34:07 +03:00

build: force debug symbols in release build

they then get stripped into their own package anyway, but without this we don't
get debug symbols at all with rustc >= 1.77

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-06-20 09:56:51 +02:00
parent c0bb8139a2
commit eaa39af53b

View File

@ -3,3 +3,6 @@
directory = "/usr/share/cargo/registry"
[source.crates-io]
replace-with = "debian-packages"
[profile.release]
debug = true