aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2018-03-08 20:12:22 -0800
committerJoe Wilm <joe@jwilm.com>2018-03-08 20:12:22 -0800
commit80f46cc59f72213bc191c0c50159b9b69cd30df5 (patch)
tree21367ad60def0b262f9123edb745263cd13d0e67
parent8520a280f784d7fab8d4f2e03e3f27d5257efab4 (diff)
downloadalacritty-80f46cc59f72213bc191c0c50159b9b69cd30df5.tar.gz
alacritty-80f46cc59f72213bc191c0c50159b9b69cd30df5.zip
Disable LTO
It's nice to be able to use incremental compilation for release builds. TODO quantify performance impact.
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 645264d1..68f3ea6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,5 +55,4 @@ bench = []
gl_generator = "0.9"
[profile.release]
-lto = true
debug = true