diff --git a/Windows-Build.md b/Windows-Build.md index 7c56c2c..c097790 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -52,7 +52,13 @@ It will create Visual Studio Solution file **xmrig.sln**. Don't forget change De ## Additional CMake options * `-DWITH_LIBCPUID=OFF` Disable libcpuid. Auto configuration of CPU after this will be very limited. -* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support. -* `-DWITH_HTTPD=OFF` Build without built in http server and API. +* `-DWITH_AEON=OFF` Disable CryptoNight-Lite algorithm and all derived variants. +* `-DWITH_SUMO=OFF` Disable CryptoNight-Heavy algorithm and all derived variants. +* `-DWITH_CN_PICO=OFF` Disable CryptoNight-Pico algorithm. +* `-DWITH_CN_GPU=OFF` Disable CryptoNight-GPU algorithm. +* `-DWITH_HTTPD=OFF` Disable built in http server and API. +* `-DWITH_DEBUG_LOG=OFF` Disable debug log output. * `-DWITH_TLS=OFF` Disable SSL/TLS support. -* `-DWITH_ASM=OFF` Disable ASM accelerated `cryptonight/2`. \ No newline at end of file +* `-DWITH_ASM=OFF` Disable assembly language support. It will dramatically slowdown `cn/2` based algorithms including `cn/r`. +* `-DWITH_EMBEDDED_CONFIG=ON` Enable internal embedded JSON config [#957](https://github.com/xmrig/xmrig/issues/957#issuecomment-468890667). +* `-DBUILD_STATIC=ON` Add linker flag `-static`. \ No newline at end of file