diff options
Diffstat (limited to 'Templates/CMakeBorlandWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index 609379a..8025477 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 |