From ce2009f56c0ab72d32911ffa7960035ab4eadc9f Mon Sep 17 00:00:00 2001 From: JayDDee Date: Fri, 14 Jan 2022 21:06:50 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 7b4b142..a5caf05 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -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`