From 1d88a3f4a291b97c86b911791e4fbe7aa45275ec Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 8 May 2021 13:36:06 +0300 Subject: =?UTF-8?q?internal:=20disable=20broken=20incremental=20builds=20?= =?UTF-8?q?=F0=9F=98=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d34251fc0..1f97a1dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,9 @@ text-size.opt-level = 3 miniz_oxide.opt-level = 3 [profile.release] -incremental = true +# We do want incremental release builds, but they are broken at the moment :( +# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289 +incremental = false debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. [patch.'crates-io'] -- cgit v1.2.3