Skip to content

Commit

Permalink
no timing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cliff0412 committed Apr 12, 2024
1 parent 8d12836 commit 57b323e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords.workspace = true
categories.workspace = true

[features]
default = ["gate_testing", "parallel", "rand_chacha", "std", "timing", "cryptography_cuda/no_cuda"]
default = ["gate_testing", "parallel", "rand_chacha", "std", "cryptography_cuda/no_cuda"]
gate_testing = []
parallel = ["hashbrown/rayon", "plonky2_maybe_rayon/parallel"]
std = ["anyhow/std", "rand/std", "itertools/use_std"]
Expand Down

0 comments on commit 57b323e

Please sign in to comment.