diff options
Diffstat (limited to 'Templates/CMakeNMakeWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeNMakeWindowsSystemConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeNMakeWindowsSystemConfig.cmake b/Templates/CMakeNMakeWindowsSystemConfig.cmake index b58832a..dc12407 100644 --- a/Templates/CMakeNMakeWindowsSystemConfig.cmake +++ b/Templates/CMakeNMakeWindowsSystemConfig.cmake @@ -95,7 +95,7 @@ SET (CMAKE_LINKER_FLAGS "/nologo /STACK:10000000 /machine:I386" CACHE STRING SET (CMAKE_LINKER_FLAGS_DEBUG "/debug /pdbtype:sept" CACHE STRING "Flags used by the linker during debug builds.") -SET (CMAKE_LINKER_FLAGS_MINSIZEREL "/stack:0x989680" CACHE STRING +SET (CMAKE_LINKER_FLAGS_MINSIZEREL "" CACHE STRING "Flags used by the linker during release minsize builds.") SET (CMAKE_LINKER_FLAGS_RELEASE "" CACHE STRING |