We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159282c commit f13feceCopy full SHA for f13fece
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" ON)
+option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" OFF)
15
16
17
# Helper macro that handles DEFAULT ON OFF options
0 commit comments