mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
Merge pull request #1143 from succinctlabs/build_issue_on_mac_M2
Build issues on Mac M2: add "Itertools/use_std" flag to "std"
This commit is contained in:
commit
167518ed28
@ -14,7 +14,7 @@ edition = "2021"
|
||||
default = ["gate_testing", "parallel", "rand_chacha", "std", "timing"]
|
||||
gate_testing = []
|
||||
parallel = ["hashbrown/rayon", "plonky2_maybe_rayon/parallel"]
|
||||
std = ["anyhow/std", "rand/std"]
|
||||
std = ["anyhow/std", "rand/std", "itertools/use_std"]
|
||||
timing = ["std"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user