aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcody <valarauca@localhost.localdomain>2017-01-07 23:56:29 -0500
committercody <valarauca@localhost.localdomain>2017-01-07 23:56:29 -0500
commitfa73c562456b687641f6c86cff906b8a1899f5d4 (patch)
tree8d3f36cef0ea4b20af2245423e57345dc5cfcb77
parent3c2bfdc0fc59469d7f88a8c9104682480d016001 (diff)
downloadalacritty-fa73c562456b687641f6c86cff906b8a1899f5d4.tar.gz
alacritty-fa73c562456b687641f6c86cff906b8a1899f5d4.zip
Enabled Rustc' Link Time Optimization
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67614ddb..4d0af202 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,4 +46,5 @@ rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf"
[profile.release]
+lto = true
debug = true