From b80ed9f85508e6e20e860ffffce54041f137a7ad Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 14 Jan 2022 22:02:33 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index e89406c..f0a6494 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -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` 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`