diff --git a/OS-X-Build.md b/OS-X-Build.md index fab72a4..e7d8bd4 100644 --- a/OS-X-Build.md +++ b/OS-X-Build.md @@ -16,4 +16,6 @@ make * `-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. \ No newline at end of file +* `-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