You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -107,13 +107,16 @@ You can pass the following options to `cmake ..`.
107
107
*`-DTHREAD_SANITIZER` -- Build with ThreadSanitizer
108
108
*`-DUNDEFINED_BEHAVIOR_SANITIZER` -- Build with UndefinedBehaviorSanitizer
109
109
*`-DLINK_PROFILER` -- Link with gperftools (available profiler options are listed [here](https://github.com/gperftools/gperftools))
110
+
*`-DENABLE_KVS_THREADPOOL` -- Allows using threadpool within the SDK which provides latency improvements in the WebRTC connection set up process
111
+
*`-DBUILD_OLD_OPENSSL_VERSION` -- Allows building openssl 1.1.1w version. Note that 1.1.1x is EOL as of September 2023.
112
+
*`-DBUILD_BENCHMARK` -- Builds benchmarking for DTLS
110
113
111
114
To clean up the `open-source` and `build` folders from previous build, use `cmake --build . --target clean` from the `build` folder
112
115
113
116
For windows builds, you will have to include additional flags for libwebsockets CMake. Add the following flags to your cmake command, or edit the CMake file in ./CMake/Dependencies/libwebsockets-CMakeLists.txt with the following:
0 commit comments