summaryrefslogtreecommitdiff
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
commitcac78c3c4db7660959cff17debb8bf19ef597b72 (patch)
tree2e9d2f7a485705bd939ff44a680673a4ee681964 /win32
parentd68854c07f839371d9da8dceaa291caecee40d33 (diff)
merges r21518 from trunk into ruby_1_9_1.
* win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c. git-svn-id: svn+ssh://ci.ruby-lang.org/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 a3eef90bb3..e0d8933e2d 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)