Skip to content

Commit 1d88a3f

Browse files
committed
internal: disable broken incremental builds 😿
1 parent 12e093d commit 1d88a3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Cargo.toml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ text-size.opt-level = 3
1616
miniz_oxide.opt-level = 3
1717

1818
[profile.release]
19-
incremental = true
19+
# We do want incremental release builds, but they are broken at the moment :(
20+
# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
21+
incremental = false
2022
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2123

2224
[patch.'crates-io']

0 commit comments

Comments
 (0)