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