From 7706418a4e6a3c5a57d00b19d93e9ca51eea53d0 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 31 Aug 2005 05:43:51 +0000 Subject: * win32/Makefile.sub (OPTFLAGS): default global optimization to disabled for all VC++ versions. fixed: [ruby-dev:26897] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 0647b5fc3f..c5c7b49ab5 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -68,10 +68,7 @@ ARCH = $(PROCESSOR_ARCHITECTURE) DEBUGFLAGS = -Zi !endif !if !defined(OPTFLAGS) -OPTFLAGS = -O2b2x -!if $(MSC_VER) < 1300 -OPTFLAGS = $(OPTFLAGS)g- -!endif +OPTFLAGS = -O2b2xg- !endif !if !defined(OS) OS = mswin32 -- cgit v1.2.3