Skip to content

Commit

Permalink
docs: fix necessary RUSTFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner committed Jul 16, 2024
1 parent 5d3e196 commit a0d24ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ethereum/docs/src/run/setup_proof_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Make sure to finish the [initial configuration](./configuration.md) first.
- `-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.
- `--cfg tokio_unstable`: This will enable the unstable features of the
Tokio runtime. This is necessary for aptos dependencies.
- `-C opt-level=3`: This turns on the maximum level of compiler optimizations.
- This can also be configured in `~/.cargo/config.toml` instead by adding:
```toml
Expand Down

0 comments on commit a0d24ef

Please sign in to comment.