Skip to content

Commit

Permalink
Fix setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Jan 24, 2025
1 parent 4c1b2f9 commit 7550aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circ_blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ approx = "0.5"
ff = { path = "../ff" }

[features]
default = ["default_without_spartan", "dep:spartan_parallel"]
default = ["default_without_spartan", "spartan_parallel"]
default_without_spartan = ["bellman", "r1cs", "smt", "zok"]
# frontends
c = ["lang-c"]
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -euxo pipefail

(
cd circ_blocks
cargo build --release --example zxc --no-default-features --features r1cs,smt,zok
cargo build --release --example zxc --no-default-features --features r1cs,smt,zok,spartan_parallel
)

0 comments on commit 7550aec

Please sign in to comment.