Add more information abut `debug = true`

This commit is contained in:
WildCat 2022-01-09 12:31:31 +08:00
parent af010fb83b
commit 7703fee82f
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ opt-level = 'z' # Optimize for size.
lto = true # Enable Link Time Optimization
codegen-units = 1 # Reduce number of codegen units to increase optimizations.
# panic = 'abort' # Abort on panic
debug = true
debug = true # Enable debug symbols. For example, we can use `dwarfdump` to check crash traces.