Skip to content

Commit

Permalink
get rid of native rust flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Sep 20, 2023
1 parent 61cc063 commit e955bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plonky2x/src/backend/prover/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub enum ProofRequestStatus {
Success,
Cancelled,
Timeout,
Requested,
}

/// The response from submitting a proof request.
Expand Down
2 changes: 1 addition & 1 deletion succinct.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"preset": "plonky2",
"build_command": "rm -rf ./build && mkdir build && rustup override set nightly && RUSTFLAGS=-Ctarget-cpu=native RUST_LOG=debug cargo run --release --example mapreduce build && cp ./target/release/examples/mapreduce ./build/mapreduce",
"build_command": "rm -rf ./build && mkdir build && rustup override set nightly && RUST_LOG=debug cargo run --release --example mapreduce build && cp ./target/release/examples/mapreduce ./build/mapreduce",
"prove_command": "./build/mapreduce prove --input-json input.json"
}

0 comments on commit e955bdb

Please sign in to comment.