summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:39:16 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 15:39:16 +0000
commit613c7aa520a579f0a0312d32b617e0ee4efe04cf (patch)
tree2e9d2f7a485705bd939ff44a680673a4ee681964 /win32
parenta38f03147849dd6bbbe38167c41bfca026ba011c (diff)
merges r21518 from trunk into ruby_1_9_1.
* win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a3eef90bb..e0d8933e2 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -153,7 +153,7 @@ COUTFLAG = -Fo
RUNTIMEFLAG = -MD
!endif
!if !defined(COMPILERFLAG)
-COMPILERFLAG = -Zm200
+COMPILERFLAG = -Zm600
!endif
!if !defined(CFLAGS)
CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) $(COMPILERFLAG)