aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2019-02-05 23:03:23 +0100
committerChristian Duerr <contact@christianduerr.com>2019-02-05 23:03:23 +0100
commit16807cc2e0875240714f1fbc636f34c02f05a9b3 (patch)
tree55f3b88fa7bb6be50346f78f06437d5aa2785d17
parent851e77383ea764b793914696b29b4e6d95632ebb (diff)
downloadalacritty-issue-1115.tar.gz
alacritty-issue-1115.zip
Disable incremental for release buildsissue-1115
This fixes #1115.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7935d346..7032fe55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -87,6 +87,7 @@ zip = "0.5"
[profile.release]
lto = true
debug = 1
+incremental = false
[package.metadata.deb]
maintainer = "Joe Wilm <joe@jwilm.com>"