We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e05c9 commit fae5453Copy full SHA for fae5453
crates/vm/Cargo.toml
@@ -70,7 +70,7 @@ stark-debug = []
70
test-utils = ["openvm-stark-sdk"]
71
# Tail call optimizations. This requires nightly for the `become` keyword (https://github.com/rust-lang/rust/pull/144232).
72
# However tail call elimination is still an incomplete feature in Rust, so the `tco` feature remains experimental until then.
73
-tco = []
+tco = ["openvm-circuit-derive/tco"]
74
# performance features:
75
mimalloc = ["openvm-stark-backend/mimalloc"]
76
jemalloc = ["openvm-stark-backend/jemalloc"]
0 commit comments