summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-10 04:52:29 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-10 04:52:29 +0000
commitf8147318dd1a613e6594fc4acc931184fefeaddd (patch)
treeac1047903c8d8673f56a3eaa2cc091e830c00381 /win32/Makefile.sub
parenta3e3fcbcd074a012a090e785f71510c0cce7f350 (diff)
* 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
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index c38477fbaa..94d0fe40eb 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -100,7 +100,7 @@ DEBUGFLAGS = -Zi
!if $(MSC_VER) < 1400
OPTFLAGS = -O2b2xg-
!else
-OPTFLAGS = -O2b2xty-
+OPTFLAGS = -O2sy-
!endif
!endif
!if !defined(PLATFORM)