Skip to content

Commit 7c59fc3

Browse files
committed
Restore parallel codegen and incr builds
rust-lang/rust#47074 is fixed now.
1 parent e5b5a16 commit 7c59fc3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ rlibc = "1.0.0"
2626
bitflags = "1.0.1"
2727
multiboot2 = "0.3.2"
2828

29-
# by japaric:
30-
# disable both incremental compilation and parallel codegen to reduce the chances of running into
31-
# rust-lang/rust#47074
32-
[profile.dev]
33-
codegen-units = 1
34-
incremental = false
35-
3629
[profile.release]
3730
debug = true
3831
lto = true

0 commit comments

Comments
 (0)