diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-05 14:24:01 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-05 14:24:01 (GMT) |
commit | c70beb4bee01898345c5d8a0279c39925542eea3 (patch) | |
tree | c30d5b8c7c886d557e04267a84ccd3e2bc849ba6 /Modules | |
parent | 25f9b28e289ddc7535b2de085912dd581498f89b (diff) | |
download | CMake-c70beb4bee01898345c5d8a0279c39925542eea3.zip CMake-c70beb4bee01898345c5d8a0279c39925542eea3.tar.gz CMake-c70beb4bee01898345c5d8a0279c39925542eea3.tar.bz2 |
ENH: change the default borland stack size
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/Windows-bcc32.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake index bbe346b..0971848 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") +SET (CMAKE_EXE_LINKER_FLAGS_INIT "-tWM -lS:0x10000000 -lSc:0x10000000 -lH:0x10000000 -lHc:0x10000000 ") 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}) |