diff --git a/Windows-Build.md b/Windows-Build.md index 08196a2..1a655b1 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -49,4 +49,5 @@ 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. \ No newline at end of file +* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support. +* `-DWITH_HTTPD=OFF` Build without built in http server and API. \ No newline at end of file