From ec033198bf069581bffae602c4c47f69c1dfbcd0 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 15 Jan 2009 04:14:18 +0000 Subject: * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 99da2f364f..498dec6d72 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) -- cgit v1.2.3