From 26a0ba1d5471392aaab2adf4a9d077060fbe5162 Mon Sep 17 00:00:00 2001 From: xmrig Date: Mon, 11 Mar 2019 18:51:20 +0700 Subject: [PATCH] Updated FreeBSD Build (markdown) --- FreeBSD-Build.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/FreeBSD-Build.md b/FreeBSD-Build.md index ba6b3b2..fcbadf8 100644 --- a/FreeBSD-Build.md +++ b/FreeBSD-Build.md @@ -40,10 +40,6 @@ make ## 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 httpd and API. * `-DUV_LIBRARY=/usr/local/lib/libuv.a` Use static libuv version. * `-DMHD_LIBRARY=/usr/local/lib/libmicrohttpd.a` Use static libmicrohttpd 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