Add a release-debug profile
This profile builds binaries for release, but includes debugging information. Useful for profiling!
This commit is contained in:
parent
0f5a538f0a
commit
1d8a0dc3a4
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ members = [
|
|||
"position",
|
||||
]
|
||||
resolver = "3"
|
||||
|
||||
[profile.release-debug]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue