summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--win32/Makefile.sub5
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b00b61fae..2ab1da53ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 31 14:43:15 2005 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (OPTFLAGS): default global optimization to
+ disabled for all VC++ versions. fixed: [ruby-dev:26897]
+
Wed Aug 31 11:35:43 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporary
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 067f46e362..24254a10aa 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -67,10 +67,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