From 824b38d8b71a7959e716c42557195d18cc6b5b90 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 10 Mar 2009 04:52:29 +0000 Subject: * win32/Makefile.sub (OPTFLAGS): simplified. forgotten to commit at r22849 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22871 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 c38477fba..94d0fe40e 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) -- cgit