From 5d2faf4365f807e65a86748eb803cba3dcef61c3 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 29 Jul 2018 11:31:25 +0000 Subject: [PATCH] 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. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 992c32e2..df237669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,7 @@ bench = [] gl_generator = "0.9" [profile.release] +lto = true debug = 1 [package.metadata.deb]