build: enable full debuginfo for release builds
This commit is contained in:
parent
45374c1bdb
commit
50186e764e
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ members = ["jay-config", "toml-config", "algorithms", "toml-spec"]
|
|||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
debug = "full"
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue