Add more information abut `debug = true`
This commit is contained in:
parent
af010fb83b
commit
7703fee82f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue