mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-13 03:31:30 +00:00
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]
|
||||
lto = "off"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
|
Loading…
Reference in a new issue