Enable `multicore` feature flag by default
This matches the `orchard` crate.
This commit is contained in:
parent
314930e92d
commit
49dfc22fde
|
@ -80,6 +80,8 @@ rand_xorshift = "0.3"
|
||||||
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
|
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
default = ["multicore"]
|
||||||
|
|
||||||
## Enables multithreading support for creating proofs.
|
## Enables multithreading support for creating proofs.
|
||||||
multicore = ["bellman/multicore"]
|
multicore = ["bellman/multicore"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue