summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-31 05:43:51 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-31 05:43:51 +0000
commit7706418a4e6a3c5a57d00b19d93e9ca51eea53d0 (patch)
treede51c9d4ed719e401fa0683abf62759b2dd90a3b /win32/Makefile.sub
parent76d6f560c9818d4afc13f36bd7b374f9c744cfe6 (diff)
* 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
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub5
1 files changed, 1 insertions, 4 deletions
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