Skip to content

Commit b362be1

Browse files
Your NameChapter5780
authored andcommitted
enable RTS_DEBUG_MULTI_INSTANCE for all builds
1 parent 5d9aa65 commit b362be1

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
@@ -12,7 +12,7 @@ set_property(CACHE RTS_DEBUG_PROFILE PROPERTY STRINGS DEFAULT ON OFF)
1212

1313
option(RTS_DEBUG_CHEATS "Enables debug cheats in release builds" OFF)
1414
option(RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Includes normal debug log in crc log" OFF)
15-
option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" OFF)
15+
option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" ON)
1616

1717

1818
# Helper macro that handles DEFAULT ON OFF options

0 commit comments

Comments
 (0)