mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 04:21:37 +00: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:
parent
da068b1a47
commit
a34b31054d
@ -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
|
||||||
|
@ -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