From 10df6197d37329e867d4b4a5188aeb5f6e901b49 Mon Sep 17 00:00:00 2001 From: xmrig Date: Sat, 7 Oct 2017 16:47:02 +0300 Subject: [PATCH] Updated Windows Build (markdown) --- Windows-Build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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