From 4ffa78d8d9fc267c4fbc841e209b0ef74e13eafb Mon Sep 17 00:00:00 2001 From: tchataigner <tom.chataigner@yahoo.fr> Date: Wed, 17 Jul 2024 08:47:49 +0200 Subject: [PATCH] Update ethereum/docs/src/run/setup_proof_server.md Co-authored-by: wwared <wwared@users.noreply.github.com> --- ethereum/docs/src/run/setup_proof_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/docs/src/run/setup_proof_server.md b/ethereum/docs/src/run/setup_proof_server.md index 55ebf1cb..cca591e6 100644 --- a/ethereum/docs/src/run/setup_proof_server.md +++ b/ethereum/docs/src/run/setup_proof_server.md @@ -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.