mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
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>
This commit is contained in:
commit
d6490c69fb
@ -3,10 +3,6 @@ resolver = "2"
|
|||||||
members = ["xtask/", "lib/*", "crates/*"]
|
members = ["xtask/", "lib/*", "crates/*"]
|
||||||
|
|
||||||
[profile.dev]
|
[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,
|
# Disabling debug info speeds up builds a bunch,
|
||||||
# and we don't rely on it for debugging that much.
|
# and we don't rely on it for debugging that much.
|
||||||
debug = 0
|
debug = 0
|
||||||
@ -21,9 +17,6 @@ text-size.opt-level = 3
|
|||||||
miniz_oxide.opt-level = 3
|
miniz_oxide.opt-level = 3
|
||||||
|
|
||||||
[profile.release]
|
[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.
|
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
|
||||||
|
|
||||||
[profile.test]
|
[profile.test]
|
||||||
|
Loading…
Reference in New Issue
Block a user