mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Compiling from source (markdown)
@@ -144,7 +144,9 @@ It is recomended to Build with default options, this will usually produce the be
|
|||||||
or execute the commands manually to make changes to options:
|
or execute the commands manually to make changes to options:
|
||||||
|
|
||||||
`$ ./autogen.sh`
|
`$ ./autogen.sh`
|
||||||
|
|
||||||
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
|
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
|
||||||
|
|
||||||
`$ make -j N`
|
`$ make -j N`
|
||||||
|
|
||||||
N is the number of threads for the compiler to use. Use `-j $(nproc)` to use all CPU cores.
|
N is the number of threads for the compiler to use. Use `-j $(nproc)` to use all CPU cores.
|
||||||
|
Reference in New Issue
Block a user