diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-02-05 23:03:23 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-02-05 23:03:23 +0100 |
commit | 16807cc2e0875240714f1fbc636f34c02f05a9b3 (patch) | |
tree | 55f3b88fa7bb6be50346f78f06437d5aa2785d17 | |
parent | 851e77383ea764b793914696b29b4e6d95632ebb (diff) | |
download | alacritty-issue-1115.tar.gz alacritty-issue-1115.zip |
Disable incremental for release buildsissue-1115
This fixes #1115.
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ zip = "0.5" [profile.release] lto = true debug = 1 +incremental = false [package.metadata.deb] maintainer = "Joe Wilm <joe@jwilm.com>" |