1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Disable LTO

It's nice to be able to use incremental compilation for release builds.

TODO quantify performance impact.
This commit is contained in:
Joe Wilm 2018-03-08 20:12:22 -08:00
parent 452126013e
commit c006dae161

View file

@ -55,5 +55,4 @@ bench = []
gl_generator = "0.9"
[profile.release]
lto = true
debug = 1