summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-17 08:58:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-17 08:58:21 +0000
commitb54db8568cae6f5be8b98977a82d11df2d5c8c73 (patch)
treeb7027454a641e7c51404b316cb9b0b28f66acd3d /win32
parent8f043b64fb245bb4ce6748850f77e1ff48d97fa5 (diff)
2000-03-17
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 7573ef62c..af9349a07 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -28,7 +28,7 @@ RUBY_INSTALL_NAME=ruby
EXEEXT = .exe
PROGRAM=$(RUBY_INSTALL_NAME)$(EXEEXT)
-STACK = 0x200000
+STACK = 0x2000000
ORGLIBPATH = $(LIB)
#### End of system configuration section. ####