diff --git a/Windows-Build.md b/Windows-Build.md index ce80e5f..1929e18 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -53,4 +53,6 @@ It will create Visual Studio Solution file **xmrig.sln**. Don't forget change De * `-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. \ No newline at end of file +* `-DWITH_HTTPD=OFF` Build without built in http server and API. +* `-DWITH_TLS=OFF` Disable SSL/TLS support. +* `-WITH_ASM=OFF` Disable ASM accelerated `cryptonight/2`. \ No newline at end of file