mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
默认关闭编译webrtc
This commit is contained in:
parent
8f730b8dab
commit
89fb4222ce
@ -55,7 +55,7 @@ option(ENABLE_TESTS "Enable Tests" true)
|
|||||||
option(ENABLE_SERVER "Enable Server" true)
|
option(ENABLE_SERVER "Enable Server" true)
|
||||||
option(ENABLE_MEM_DEBUG "Enable Memory Debug" false)
|
option(ENABLE_MEM_DEBUG "Enable Memory Debug" false)
|
||||||
option(ENABLE_ASAN "Enable Address Sanitize" false)
|
option(ENABLE_ASAN "Enable Address Sanitize" false)
|
||||||
option(ENABLE_WEBRTC "Enable WebRTC" true)
|
option(ENABLE_WEBRTC "Enable WebRTC" false)
|
||||||
|
|
||||||
if (ENABLE_MEM_DEBUG)
|
if (ENABLE_MEM_DEBUG)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,-wrap,free -Wl,-wrap,malloc -Wl,-wrap,realloc -Wl,-wrap,calloc")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,-wrap,free -Wl,-wrap,malloc -Wl,-wrap,realloc -Wl,-wrap,calloc")
|
||||||
|
Loading…
Reference in New Issue
Block a user