mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
5 lines
283 B
CMake
5 lines
283 B
CMake
option(WITH_DEBUG_TRANSPORT "Print transport debug message." OFF)
|
|
option(WITH_DEBUG_CHANMAN "Print channel manager debug message." OFF)
|
|
option(WITH_DEBUG_SVC "Print static virtual channel debug message." OFF)
|
|
option(WITH_DEBUG_DVC "Print dynamic virtual channel debug message." OFF)
|