mirror of https://github.com/BOINC/boinc.git
Updated CompileClient (markdown)
parent
b384724f64
commit
fad7cddabe
|
@ -28,7 +28,7 @@ In this case you should build using:
|
||||||
```
|
```
|
||||||
./_autosetup
|
./_autosetup
|
||||||
./configure --disable-server --enable-client-release --build=i686-pc-linux-gnu \
|
./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
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue