Updated CompileClient (markdown)

David Anderson 2025-01-04 21:32:12 -08:00
parent b384724f64
commit fad7cddabe
1 changed files with 1 additions and 1 deletions

@ -28,7 +28,7 @@ In this case you should build using:
```
./_autosetup
./configure --disable-server --enable-client-release --build=i686-pc-linux-gnu \
CXXFLAGS="-O3 -funroll-loops -fforce-addr -ffast-math"
CXXFLAGS="-march=x86-64 -O3 -ffast-math"
make
```