From 4090f055f28a0d0471854bd769ab0491ec832ea4 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 3 Feb 2019 23:43:45 +0200 Subject: [PATCH] Fix LTO builds with new rust --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7043abc..11dd2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,3 +44,5 @@ panic = "abort" panic = "abort" debug = true lto = true +# https://github.com/rust-lang/cargo/pull/6564#issuecomment-457971499 +incremental = false