mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Compiling from source (markdown)
@@ -166,9 +166,11 @@ There is no build script for ARM CPUs, use these commands adjusting the options
|
|||||||
`$ ./autogen.sh`
|
`$ ./autogen.sh`
|
||||||
|
|
||||||
x86_64 CPU (Intel & AMD):
|
x86_64 CPU (Intel & AMD):
|
||||||
|
|
||||||
`$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl`
|
`$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl`
|
||||||
|
|
||||||
aarch64, add "-DARM_WIN_HACK" if necessary:
|
aarch64, add "-DARM_WIN_HACK" if necessary:
|
||||||
|
|
||||||
`$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601 -flax_vector_conversions" ./configure --with-curl`
|
`$ CFLAGS="-O3 -march=native -Wall -D_WIN32_WINNT=0x0601 -flax_vector_conversions" ./configure --with-curl`
|
||||||
|
|
||||||
`$ make -j [N]`
|
`$ make -j [N]`
|
||||||
|
|||||||
Reference in New Issue
Block a user