README: Add use local CPU features when running

This commit is contained in:
Snowiiii
2024-08-15 13:40:34 +02:00
parent dbe588576d
commit 333bf64235

View File

@@ -83,7 +83,7 @@ Then run:
> [!NOTE]
> This can take a while. Because we enabled heavy optimations for release builds
```
cargo run --release
RUSTFLAGS="-C target-cpu=native" cargo run --release
```
## Contributions