Skip to content

Commit ac257ec

Browse files
committed
Readd DebugIncludeDebugLogInCrcLog feature info
1 parent 7c3fe6a commit ac257ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/config-debug.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ define_debug_option(RTS_DEBUG_CRASHING DEBUG_CRASHING DISABLE_DEBUG_CRASHING
3434
define_debug_option(RTS_DEBUG_STACKTRACE DEBUG_STACKTRACE DISABLE_DEBUG_STACKTRACE DebugStacktrace "Build with Debug Stacktracing")
3535
define_debug_option(RTS_DEBUG_PROFILE DEBUG_PROFILE DISABLE_DEBUG_PROFILE DebugProfile "Build with Debug Profiling")
3636

37+
add_feature_info(DebugIncludeDebugLogInCrcLog RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Build with Debug Logging in CRC log")
38+
39+
3740
if(RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG)
3841
target_compile_definitions(core_config INTERFACE INCLUDE_DEBUG_LOG_IN_CRC_LOG)
3942
endif()

0 commit comments

Comments
 (0)