From 6d4a6a309be089831fc8ee9d3dbdfc84f24df00d Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 2 Sep 2008 03:59:39 +0000 Subject: * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compile enc/trans/japanese*.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index fbd6c6f9c4..f08d4f6f82 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -152,8 +152,11 @@ COUTFLAG = -Fo !if !defined(RUNTIMEFLAG) RUNTIMEFLAG = -MD !endif +!if !defined(COMPILERFLAG) +COMPILERFLAG = -Zm200 +!endif !if !defined(CFLAGS) -CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) +CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) $(COMPILERFLAG) !endif !if !defined(CXXFLAGS) CXXFLAGS = $(CFLAGS) -- cgit v1.2.3