Skip to content

Commit

Permalink
Enable the parallel feature on the cc crate
Browse files Browse the repository at this point in the history
This doesn't seem to help much (libraries are already built in
parallel), but it doesn't hurt.
  • Loading branch information
Wilfred committed Oct 5, 2023
1 parent 1d32b47 commit 71bf6b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ predicates = ">= 2, <= 2.1.1"
pretty_assertions = "1.3.0"

[build-dependencies]
cc = "1.0.83"
cc = { version = "1.0.83", features = ["parallel"] }
rayon = "1.7.0"
version_check = "0.9.4"

Expand Down

0 comments on commit 71bf6b6

Please sign in to comment.