From 01d714d281d1ac0d712177652810e4ff152207c6 Mon Sep 17 00:00:00 2001 From: xmrig Date: Mon, 11 Mar 2019 18:50:01 +0700 Subject: [PATCH] Updated Ubuntu Build (markdown) --- Ubuntu-Build.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Ubuntu-Build.md b/Ubuntu-Build.md index e6c99b1..2e60231 100644 --- a/Ubuntu-Build.md +++ b/Ubuntu-Build.md @@ -24,9 +24,5 @@ cmake .. -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 ## 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. * `-DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a` Use static libuv version. -* `-DWITH_TLS=OFF` Disable SSL/TLS support. -* `-DWITH_ASM=OFF` Disable ASM accelerated `cryptonight/2`. \ No newline at end of file +* https://github.com/xmrig/xmrig/wiki/Windows-Build#additional-cmake-options \ No newline at end of file