mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
internal: disable broken incremental builds 😿
This commit is contained in:
parent
12e093de22
commit
1d88a3f4a2
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ text-size.opt-level = 3
|
||||||
miniz_oxide.opt-level = 3
|
miniz_oxide.opt-level = 3
|
||||||
|
|
||||||
[profile.release]
|
[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.
|
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
|
||||||
|
|
||||||
[patch.'crates-io']
|
[patch.'crates-io']
|
||||||
|
|
Loading…
Reference in a new issue