We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e942c commit 3652e86Copy full SHA for 3652e86
CMakeLists.txt
@@ -18,7 +18,7 @@ option(BUILD_LIBSRTP_HOST_PLATFORM "If buildng LibSRTP what is the current platf
18
option(BUILD_LIBSRTP_DESTINATION_PLATFORM "If buildng LibSRTP what is the destination platform" OFF)
19
option(BUILD_SAMPLE "Build available samples" ON)
20
option(ENABLE_DATA_CHANNEL "Enable support for data channel" ON)
21
-option(ENABLE_KVS_THREADPOOL "Enable support for KVS thread pool in signaling" ON)
+option(ENABLE_KVS_THREADPOOL "Enable support for KVS thread pool in signaling" OFF)
22
option(INSTRUMENTED_ALLOCATORS "Enable memory instrumentation" OFF)
23
option(ENABLE_AWS_SDK_IN_TESTS "Enable support for compiling AWS SDKs for tests" ON)
24
0 commit comments