Skip to content

Commit 5e9f8f6

Browse files
committed
chore: --release flags in gateway commands aggregator
1 parent 424a921 commit 5e9f8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,13 @@ agg_mode_gateway_send_payment:
339339
--rpc-url http://localhost:8545
340340

341341
agg_mode_gateway_send_sp1_proof:
342-
@cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit sp1 \
342+
@cargo run --manifest-path aggregation_mode/cli/Cargo.toml --release -- submit sp1 \
343343
--proof scripts/test_files/sp1/sp1_fibonacci_5_0_0.proof \
344344
--vk scripts/test_files/sp1/sp1_fibonacci_5_0_0_vk.bin \
345345
--private-key "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
346346

347347
agg_mode_gateway_send_zisk_proof:
348-
@cargo run --manifest-path aggregation_mode/cli/Cargo.toml -- submit zisk \
348+
@cargo run --manifest-path aggregation_mode/cli/Cargo.toml --release -- submit zisk \
349349
--proof scripts/test_files/zisk/sha_hasher/proof/vadcop_final_proof.bin \
350350
--private-key "0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
351351

0 commit comments

Comments
 (0)