]> git.proxmox.com Git - pve-lxc-syscalld.git/commit
build: force debug symbols in release build
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 20 Jun 2024 08:32:01 +0000 (10:32 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 20 Jun 2024 08:32:01 +0000 (10:32 +0200)
commit7fbad39f5cb41fef9a67775f84eba8f1069c1bf2
tree607616bf9a1ef722653df53435f55d3124d02de7
parent7ecf79161c1dc4f4e8499ec97965176dba827a89
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