summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-28 00:54:48 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-03-28 00:54:48 +0000
commitebedbeadb00f23e64f88c249b0603223c09f8fbe (patch)
tree911b31394c56fc08a28222956e49679f4fbd756f /win32
parent6731d42dc563d8be7e332c7212d1091308d7f176 (diff)
downloadruby-ebedbeadb00f23e64f88c249b0603223c09f8fbe.tar.gz
ruby-ebedbeadb00f23e64f88c249b0603223c09f8fbe.tar.xz
ruby-ebedbeadb00f23e64f88c249b0603223c09f8fbe.zip
* win32/Makefile.sub: disable global optimization.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 227ab68b1..e5ce57f72 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -30,7 +30,7 @@ AUTOCONF = autoconf
prefix = /usr
-CFLAGS = -nologo -DNT=1 -Zi -MD -O2b2x -G5
+CFLAGS = -nologo -DNT=1 -Zi -MD -O2b2xg- -G5
CPPFLAGS = -I$(srcdir) -I$(srcdir)/missing
LDFLAGS = $(CFLAGS) -Fm
XLDFLAGS =