Skip to content

Commit

Permalink
bash changes
Browse files Browse the repository at this point in the history
  • Loading branch information
umadayal committed Oct 12, 2024
1 parent 8d3b112 commit 4e9fcd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/perf/run_s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ aws s3 cp s3://sp1-testing-suite/$s3_path/program.bin /tmp/program.bin
aws s3 cp s3://sp1-testing-suite/$s3_path/stdin.bin /tmp/stdin.bin

# Set environment variables
# export RUSTFLAGS="-Copt-level=3 -Ctarget-cpu=native"
export RUSTFLAGS="-Copt-level=3 -Cdebuginfo=2"
export RUSTFLAGS="-Copt-level=3 -Ctarget-cpu=native"
export RUST_BACKTRACE=1
export RUST_LOG=debug

Expand Down

0 comments on commit 4e9fcd4

Please sign in to comment.