summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2018-03-08 20:12:22 -0800
committerJoe Wilm <joe@jwilm.com>2018-06-02 09:36:27 -0700
commitc006dae1619e419e7e9750c3ee432a54f756cc14 (patch)
treebdcd86f294ac98510041effc288f8b648f891146 /Cargo.toml
parent452126013e9fa898b801d8e8f4f26adcaaa67c69 (diff)
downloadalacritty-c006dae1619e419e7e9750c3ee432a54f756cc14.tar.gz
alacritty-c006dae1619e419e7e9750c3ee432a54f756cc14.zip
Disable LTO
It's nice to be able to use incremental compilation for release builds. TODO quantify performance impact.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c7f4f26..baedd123 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,5 +55,4 @@ bench = []
gl_generator = "0.9"
[profile.release]
-lto = true
debug = 1