ENH: fix crashes in console apps
This commit is contained in:
parent
2c853716ce
commit
d06a01d825
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue