Skip to content

Commit

Permalink
chore: native-recursion bench-metrics feature enables native-compiler…
Browse files Browse the repository at this point in the history
… feature
  • Loading branch information
stephenh-axiom-xyz committed Jan 13, 2025
1 parent f96b97e commit ada40bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/native/recursion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static-verifier = [
"dep:once_cell",
]
test-utils = ["openvm-circuit/test-utils"]
bench-metrics = ["dep:metrics", "openvm-circuit/bench-metrics"]
bench-metrics = ["dep:metrics", "openvm-circuit/bench-metrics", "openvm-native-compiler/bench-metrics"]
mimalloc = ["openvm-stark-backend/mimalloc"]
jemalloc = ["openvm-stark-backend/jemalloc"]
nightly-features = ["openvm-circuit/nightly-features"]

0 comments on commit ada40bd

Please sign in to comment.