diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-28 00:54:48 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-28 00:54:48 +0000 |
| commit | ebedbeadb00f23e64f88c249b0603223c09f8fbe (patch) | |
| tree | 911b31394c56fc08a28222956e49679f4fbd756f | |
| parent | 6731d42dc563d8be7e332c7212d1091308d7f176 (diff) | |
| download | ruby-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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | win32/Makefile.sub | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Wed Mar 28 09:52:33 2001 WATANABE Hirofumi <eban@ruby-lang.org> + + * win32/Makefile.sub: disable global optimization. + Tue Mar 27 15:00:54 2001 K.Kosako <kosako@sofnec.co.jp> * eval.c (rb_mod_define_method): should have clear method cache. 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 = |
