forked from the-distro/ofborg
Merge pull request #455 from cole-h/logging
Cargo.toml: enable debug symbols in release profile
This commit is contained in:
commit
b4989e44f8
|
@ -29,6 +29,9 @@ sys-info = "0.5.6"
|
|||
chrono = "0.4.6"
|
||||
separator = "0.4.1"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
#hubcaps = { path = "../hubcaps" }
|
||||
#amq-proto = { path = "rust-amq-proto" }
|
||||
|
|
Loading…
Reference in a new issue