Updated Compiling from source (markdown)

JayDDee
2022-01-14 22:02:33 -05:00
parent 669b97947f
commit b80ed9f855

@@ -116,7 +116,7 @@ cpuminer-opt and compile. Add `-D_WIN32_WINNT=0x0601` to CFLAGS to enable CPU gr
`$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall" ./configure --with-curl` `$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall" ./configure --with-curl`
or add `-D_WIN32_WINNT=0x0601` to CFLAGS to enable CPU groups support in the miner. or add `-D_WIN32_WINNT=0x0601` to CFLAGS to enable CPU groups support in the miner.
This is required with more than 64 threads or when CPU groups have been configured in Windows. This is required for a CPU with more than 64 threads or when CPU groups have been configured in Windows.
`$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl` `$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl`