diff --git a/OS-X-Build.md b/OS-X-Build.md index a42f48e..7b6d4ac 100644 --- a/OS-X-Build.md +++ b/OS-X-Build.md @@ -12,10 +12,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 http server and API. * `-DUV_LIBRARY=/usr/local/opt/libuv/lib/libuv.a` Use static libuv version. * `-DMHD_LIBRARY=/usr/local/opt/libmicrohttpd/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