mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Use thin
instead of fat
LTO
The performance between `thin` and `fat` is in the margin of error, however `thin` LTO is way faster to build.
This commit is contained in:
parent
53322bef61
commit
d0078ffc21
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ members = [
|
|||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = "thin"
|
||||
debug = 1
|
||||
incremental = false
|
||||
|
|
Loading…
Reference in a new issue