From b12d8dcb828df8403b8f486f279f0eda3303a890 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sun, 30 May 2021 23:46:39 +0200 Subject: Don't force-disable incremental --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 498cf7d62..e237b13dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,10 +3,6 @@ resolver = "2" members = ["xtask/", "lib/*", "crates/*"] [profile.dev] -# We do want incremental builds, but they are broken at the moment :( -# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289 -incremental = false - # Disabling debug info speeds up builds a bunch, # and we don't rely on it for debugging that much. debug = 0 @@ -21,9 +17,6 @@ text-size.opt-level = 3 miniz_oxide.opt-level = 3 [profile.release] -# 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. [profile.test] -- cgit v1.2.3