1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/Makefile.sub (OPTFLAGS): simplified.

forgotten to commit at r22849


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2009-03-10 04:52:29 +00:00
parent a3e3fcbcd0
commit f8147318dd

View file

@ -100,7 +100,7 @@ DEBUGFLAGS = -Zi
!if $(MSC_VER) < 1400
OPTFLAGS = -O2b2xg-
!else
OPTFLAGS = -O2b2xty-
OPTFLAGS = -O2sy-
!endif
!endif
!if !defined(PLATFORM)