* win32/Makefile.sub: enable -Zi (debug) option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
757ed3ccf1
commit
fd6f1f0a71
@ -1,3 +1,7 @@
|
||||
Sun Feb 25 11:46:58 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* win32/Makefile.sub: enable -Zi (debug) option.
|
||||
|
||||
Sun Feb 25 11:38:40 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user