Skip to content

Commit

Permalink
Update ethereum/docs/src/run/setup_proof_server.md
Browse files Browse the repository at this point in the history
Co-authored-by: wwared <[email protected]>
  • Loading branch information
tchataigner and wwared authored Jul 17, 2024
1 parent a0d24ef commit 4ffa78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/docs/src/run/setup_proof_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure to finish the [initial configuration](./configuration.md) first.

## Environment variables

- `RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable -C opt-level=3"`:
- `RUSTFLAGS="-C target-cpu=native -C opt-level=3"`:
- `-C target-cpu=native`: This will ensure that the binary is optimized
for the CPU it is running on. This is very important
for [plonky3](https://github.com/plonky3/plonky3?tab=readme-ov-file#cpu-features) performance.
Expand Down

0 comments on commit 4ffa78d

Please sign in to comment.