summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-25 02:48:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-25 02:48:19 +0000
commit8339f342f6f580eb3f7ecd3896e87f70f6aeb048 (patch)
treef2cfd15e46fe2bd38bded52c251ca1632c7a6ea0 /win32
parent9668aeb6b77d864146ade703eccebec61df6cc12 (diff)
downloadruby-8339f342f6f580eb3f7ecd3896e87f70f6aeb048.tar.gz
ruby-8339f342f6f580eb3f7ecd3896e87f70f6aeb048.tar.xz
ruby-8339f342f6f580eb3f7ecd3896e87f70f6aeb048.zip
* win32/Makefile.sub: enable -Zi (debug) option.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11881 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 4c9089878..49f6a7d85 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -75,7 +75,7 @@ ARCH = i386
CPU = $(PROCESSOR_ARCHITECTURE)
ARCH = $(PROCESSOR_ARCHITECTURE)
!endif
-!if !defined(DEBUGFLAGS) && $(MSC_VER) < 1400
+!if !defined(DEBUGFLAGS)
DEBUGFLAGS = -Zi
!endif
!if !defined(OPTFLAGS)