]> git.proxmox.com Git - pve-installer.git/commit
build: force debug symbols in release build
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 20 Jun 2024 10:36:36 +0000 (12:36 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 20 Jun 2024 10:36:36 +0000 (12:36 +0200)
commitb36e9c0f3767d702a9c301424036cba1640ada36
treeef1b468d69635819c3eea4e9822e18cc36375236
parentc339618cbdcbce378bf192e01393a60903fe2b04
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>
.cargo/config.toml