summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 03:59:39 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 03:59:39 +0000
commit6d4a6a309be089831fc8ee9d3dbdfc84f24df00d (patch)
tree84b3c353b2b97208fe56a61377f9570355d3235d /win32
parenta2ada174a51525fbadfee8e0183035a5b1f3b036 (diff)
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub5
1 files changed, 4 insertions, 1 deletions
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)