1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 08:13:08 +00:00

Remove ARCH=... from README.md

closes https://github.com/official-stockfish/Stockfish/pull/5570

No functional change
This commit is contained in:
xu-shawn 2024-09-06 14:20:40 -07:00 committed by Disservin
parent 1b310cc87e
commit d7e3a708d4

View file

@ -97,7 +97,7 @@ descriptions. An example suitable for most Intel and AMD chips:
```
cd src
make -j profile-build ARCH=x86-64-avx2
make -j profile-build
```
Detailed compilation instructions for all platforms can be found in our