Don't force-disable incremental

This commit is contained in:
Jonas Schievink 2021-05-30 23:46:39 +02:00
parent 06b301e2f8
commit b12d8dcb82

@ -3,10 +3,6 @@ resolver = "2"
members = ["xtask/", "lib/*", "crates/*"]
[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,
# and we don't rely on it for debugging that much.
debug = 0
@ -21,9 +17,6 @@ text-size.opt-level = 3
miniz_oxide.opt-level = 3
[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.
[profile.test]