Skip to content

Commit 6923fcd

Browse files
committed
Lowered PDB info text from WARNING to STATUS
1 parent d1a1048 commit 6923fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/config-memory.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ endif()
9696
if(RTS_CRASHDUMP_ENABLE)
9797
target_compile_definitions(core_config INTERFACE RTS_ENABLE_CRASHDUMP=1)
9898
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")
99+
message(STATUS "Crash Dumps will be significantly less useful in VC6 builds without full debug info enabled")
100100
endif()
101101
endif()

0 commit comments

Comments
 (0)