mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Reduce debug level for release
Backtraces are useful, but line-level debuginfo bloats the binary, and has impact on compile times notably. This reduces it to function-level debuginfo which is a good compromise point.
This commit is contained in:
parent
765949f256
commit
2fcdd40a81
1 changed files with 1 additions and 1 deletions
|
@ -56,4 +56,4 @@ gl_generator = "0.9"
|
|||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = true
|
||||
debug = 1
|
||||
|
|
Loading…
Reference in a new issue