Skip to content

Commit

Permalink
Enable multicore feature flag by default
Browse files Browse the repository at this point in the history
This matches the `orchard` crate.
  • Loading branch information
str4d committed Jan 3, 2024
1 parent 314930e commit 49dfc22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ rand_xorshift = "0.3"
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56

[features]
default = ["multicore"]

## Enables multithreading support for creating proofs.
multicore = ["bellman/multicore"]

Expand Down

0 comments on commit 49dfc22

Please sign in to comment.