We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9aa65 commit b362be1Copy full SHA for b362be1
1 file changed
cmake/config-debug.cmake
@@ -12,7 +12,7 @@ set_property(CACHE RTS_DEBUG_PROFILE PROPERTY STRINGS DEFAULT ON OFF)
12
13
option(RTS_DEBUG_CHEATS "Enables debug cheats in release builds" OFF)
14
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)
+option(RTS_DEBUG_MULTI_INSTANCE "Enables multi client instance support" ON)
16
17
18
# Helper macro that handles DEFAULT ON OFF options
0 commit comments