diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index 609379af0e..8025477423 100644 --- a/Templates/CMakeBorlandWindowsSystemConfig.cmake +++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake @@ -39,7 +39,7 @@ SET (CMAKE_CXX_FLAGS_MINSIZEREL "-O1" CACHE STRING SET (CMAKE_CXX_FLAGS_DEBUG "-Od -v" CACHE STRING "Flags used by the compiler during debug builds.") -SET (CMAKE_LINKER_FLAGS "" CACHE STRING +SET (CMAKE_LINKER_FLAGS "-tWM" CACHE STRING "Flags used by the linker.") SET (CMAKE_LINKER_FLAGS_DEBUG "-v" CACHE STRING