Skip to content

Commit d6490c6

Browse files
Merge #9069
9069: minor: Don't force-disable incremental r=jonas-schievink a=jonas-schievink 1.52.1 turns incremental off regardless of this setting, so this is unnecessary. Removing this allow manually overriding Cargo to enable incremental. bors r+ Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2 parents 92b9e5e + b12d8dc commit d6490c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ resolver = "2"
33
members = ["xtask/", "lib/*", "crates/*"]
44

55
[profile.dev]
6-
# We do want incremental builds, but they are broken at the moment :(
7-
# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
8-
incremental = false
9-
106
# Disabling debug info speeds up builds a bunch,
117
# and we don't rely on it for debugging that much.
128
debug = 0
@@ -21,9 +17,6 @@ text-size.opt-level = 3
2117
miniz_oxide.opt-level = 3
2218

2319
[profile.release]
24-
# We do want incremental release builds, but they are broken at the moment :(
25-
# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
26-
incremental = false
2720
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2821

2922
[profile.test]

0 commit comments

Comments
 (0)