summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-bcc32.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-06-12 20:43:09 (GMT)
committerBrad King <brad.king@kitware.com>2003-06-12 20:43:09 (GMT)
commit2d411398fdf99bd97a68060b8c1f72b7a128acf6 (patch)
treeb6d5534ec98ed16dd79a67912761eb8bfc47caa3 /Modules/Platform/Windows-bcc32.cmake
parent751509cf10468a07e808d60467175d55883607a3 (diff)
downloadCMake-2d411398fdf99bd97a68060b8c1f72b7a128acf6.zip
CMake-2d411398fdf99bd97a68060b8c1f72b7a128acf6.tar.gz
CMake-2d411398fdf99bd97a68060b8c1f72b7a128acf6.tar.bz2
BUG: Stack size in generated programs should be 10 meg, not 256.
Diffstat (limited to 'Modules/Platform/Windows-bcc32.cmake')
-rw-r--r--Modules/Platform/Windows-bcc32.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake
index 04b29bb..db08463 100644
--- a/Modules/Platform/Windows-bcc32.cmake
+++ b/Modules/Platform/Windows-bcc32.cmake
@@ -82,7 +82,7 @@ SET (CMAKE_C_FLAGS_MINSIZEREL_INIT "-O1")
SET (CMAKE_C_FLAGS_RELEASE_INIT "-O2")
SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "-Od")
-SET (CMAKE_EXE_LINKER_FLAGS_INIT "-tWM -lS:0x10000000 -lSc:0x10000000 ")
+SET (CMAKE_EXE_LINKER_FLAGS_INIT "-tWM -lS:10000000 -lSc:10000000 ")
SET (CMAKE_EXE_LINKER_FLAGS_DEBUG_INIT "-v")
SET (CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO_INIT "-v")
SET (CMAKE_SHARED_LINKER_FLAGS_INIT ${CMAKE_EXE_LINKER_FLAGS_INIT})