Skip to content

Commit

Permalink
chore: turn off profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 23, 2023
1 parent c795b48 commit f86b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ark-std = { version = "0.3.0", features = ["print-trace"] }
getrandom = { version = "0.2", features = ["js"] }

[features]
default = ["batch", "multicore", "circuit-params", "profile"]
default = ["batch", "multicore", "circuit-params"]
multicore = ["maybe-rayon/threads"]
dev-graph = ["plotters", "tabbycat"]
test-dev-graph = ["dev-graph", "plotters/bitmap_backend", "plotters/bitmap_encoder", "plotters/ttf"]
Expand Down

0 comments on commit f86b45d

Please sign in to comment.