Skip to content

Commit

Permalink
Restore parallel codegen and incr builds
Browse files Browse the repository at this point in the history
rust-lang/rust#47074 is fixed now.
  • Loading branch information
berkus committed Nov 5, 2018
1 parent e5b5a16 commit 7c59fc3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ rlibc = "1.0.0"
bitflags = "1.0.1"
multiboot2 = "0.3.2"

# by japaric:
# disable both incremental compilation and parallel codegen to reduce the chances of running into
# rust-lang/rust#47074
[profile.dev]
codegen-units = 1
incremental = false

[profile.release]
debug = true
lto = true

0 comments on commit 7c59fc3

Please sign in to comment.