From d06a01d8258d5bfe6c426c76780ebcc5fbcffce3 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 3 Dec 2001 18:04:21 -0500 Subject: [PATCH] ENH: fix crashes in console apps --- Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index 609379af0..802547742 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