We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb478a commit bf28e83Copy full SHA for bf28e83
1 file changed
cmake/config-debug.cmake
@@ -11,7 +11,7 @@ set(RTS_DEBUG_PROFILE "DEFAULT" CACHE STRING "Enables debug profiling. When DEFA
11
set_property(CACHE RTS_DEBUG_PROFILE PROPERTY STRINGS DEFAULT ON OFF)
12
13
option(RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Includes normal debug log in crc log" OFF)
14
-option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" OFF)
+option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" ON)
15
16
17
# Helper macro that handles DEFAULT ON OFF options
0 commit comments