Skip to content

Commit bf28e83

Browse files
author
Your Name
committed
enable RTS_DEBUG_MULTI_INSTANCE for all builds
1 parent 2fb478a commit bf28e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/config-debug.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(RTS_DEBUG_PROFILE "DEFAULT" CACHE STRING "Enables debug profiling. When DEFA
1111
set_property(CACHE RTS_DEBUG_PROFILE PROPERTY STRINGS DEFAULT ON OFF)
1212

1313
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)
14+
option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" ON)
1515

1616

1717
# Helper macro that handles DEFAULT ON OFF options

0 commit comments

Comments
 (0)