summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-05 23:00:14 +0000
committerGitHub <noreply@github.com>2019-02-05 23:00:14 +0000
commit7eb0ea82ef491f277b8278b64272dd7f245c5953 (patch)
tree397715c9c28513616bf8d7418106597b84c34ea6 /Cargo.toml
parent879ea05b6681ffce3e90526a89f3dc6b1dd1c424 (diff)
Disable incremental for release builds
This fixes #1115.
Diffstat (limited to 'Cargo.toml')
-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>"