Updated Compiling from source (markdown)

JayDDee
2022-01-14 21:06:50 -05:00
parent c8a287db24
commit ce2009f56c

@@ -114,8 +114,8 @@ 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`
or add `-D_WIN32_WINNT=0x0601` to CFLAGS to enable CPU groups. This is required with more than 64 threads or when CPU groups
have been configured.
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.
`$ CFLAGS="-O3 --param=evrp-mode=legacy -march=native -Wall -D_WIN32_WINNT=0x0601" ./configure --with-curl`