aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index ed89832f0e..3a9e54460c 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -114,7 +114,7 @@ ARCH = $(MACHINE)
DEBUGFLAGS = -Zi
!endif
!if "$(RUBY_DEVEL)" == "yes"
-DEBUGFLAGS = $(DEBUGFLAGS) -DRUBY_DEVEL=1
+XCFLAGS = $(XCFLAGS) -DRUBY_DEVEL=1
!endif
!if !defined(OPTFLAGS)
!if $(MSC_VER) < 1400