Skip to content

Commit

Permalink
Remove prove from default features.
Browse files Browse the repository at this point in the history
It compiles really long and LSP is unresponsive at that time.
  • Loading branch information
koxu1996 authored Jul 25, 2024
1 parent 154471a commit 3bd10ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-prover/kairos-prover-risc0-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license.workspace = true


[features]
default = [ "prove" ]
default = []
write-test-proofs = [ "disable-dev-mode" ]
disable-dev-mode = [ "risc0-zkvm/disable-dev-mode", "kairos-verifier-risc0-lib/disable-dev-mode" ]
cuda = [ "risc0-zkvm/cuda", "disable-dev-mode" ]
Expand Down

0 comments on commit 3bd10ad

Please sign in to comment.