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"
|
||||
[source.crates-io]
|
||||
replace-with = "debian-packages"
|
||||
|
||||
[profile.release]
|
||||
debug=true
|
||||
|
Loading…
Reference in New Issue
Block a user