mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Enable LTO
This has been disabled temporarily to improve compile times, however there were some performance regressions caused by this change. Since this only affects release compiles and performance is a high priority for Alacritty, LTO has been enabled again.
This commit is contained in:
parent
7c5585ff25
commit
5d2faf4365
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ bench = []
|
|||
gl_generator = "0.9"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = 1
|
||||
|
||||
[package.metadata.deb]
|
||||
|
|
Loading…
Reference in a new issue