summaryrefslogtreecommitdiffstats
path: root/Templates/CMakeNMakeWindowsSystemConfig.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-17 16:30:33 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-17 16:30:33 (GMT)
commit213582db3c803a928c0d1271f12bef9504f64484 (patch)
tree6c39d3a844f64e8295603874c73085b1a7147d9d /Templates/CMakeNMakeWindowsSystemConfig.cmake
parent83367692be9cdc48ef203e0b32723172fd773f88 (diff)
downloadCMake-213582db3c803a928c0d1271f12bef9504f64484.zip
CMake-213582db3c803a928c0d1271f12bef9504f64484.tar.gz
CMake-213582db3c803a928c0d1271f12bef9504f64484.tar.bz2
remove stack stuff
Diffstat (limited to 'Templates/CMakeNMakeWindowsSystemConfig.cmake')
-rw-r--r--Templates/CMakeNMakeWindowsSystemConfig.cmake2
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