Enable debug symbols for release
This commit is contained in:
parent
b7f1ce7500
commit
9d6b5f0bf5
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ env_logger = "0.10.0"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
debug = true
|
||||||
|
|
Loading…
Reference in a new issue