We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a1048 commit 6923fcdCopy full SHA for 6923fcd
cmake/config-memory.cmake
@@ -96,6 +96,6 @@ endif()
96
if(RTS_CRASHDUMP_ENABLE)
97
target_compile_definitions(core_config INTERFACE RTS_ENABLE_CRASHDUMP=1)
98
if (IS_VS6_BUILD AND NOT RTS_BUILD_OPTION_VC6_FULL_DEBUG)
99
- message(WARNING "Crash Dumps will be significantly less useful in VC6 builds without full debug info enabled")
+ message(STATUS "Crash Dumps will be significantly less useful in VC6 builds without full debug info enabled")
100
endif()
101
0 commit comments