mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 02:13:57 +00:00
Merge #8762
8762: internal: disable broken incremental builds 😿 r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
a12f037e12
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user