forked from Deuxfleurs/garage
Enable debug info in release profile
This commit is contained in:
parent
768d22ccdb
commit
4fe8329847
1 changed files with 3 additions and 0 deletions
|
@ -37,3 +37,6 @@ webpki = "0.21"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
lto = "off"
|
lto = "off"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
debug = true
|
||||||
|
|
Loading…
Reference in a new issue