ENH: fix crashes in console apps

This commit is contained in:
Bill Hoffman 2001-12-03 18:04:21 -05:00
parent 2c853716ce
commit d06a01d825
1 changed files with 1 additions and 1 deletions

View File

@ -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