We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dbbbd commit cc44f62Copy full SHA for cc44f62
CMakeLists.txt
@@ -72,7 +72,8 @@ option(ENABLE_NET_LOG "compile with network logging" OFF)
72
option(ENABLE_WOLFSSL "compiler with WolfSSL enabled" OFF)
73
option(ENABLE_SSE "compile with SSE instructions" ON)
74
option(ENABLE_AVX "compile with AVX instructions" ${ENABLE_SSE})
75
-option(ENABLE_BOOST "compile with BOOST networking integration" ON)
+option(ENABLE_BOOST "compile with BOOST networking integration" OFF)
76
+option(ENABLE_OPENSSL "compile with OpenSSL networking integration" OFF)
77
option(ENABLE_ASAN "build with asan" OFF)
78
option(ENABLE_PIC "compile with -fPIC " OFF)
79
option(VERBOSE_FETCH "" ON)
0 commit comments