aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.vc6
diff options
context:
space:
mode:
Diffstat (limited to 'ares/Makefile.vc6')
-rw-r--r--ares/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6
index 14711bda6..7fb63d457 100644
--- a/ares/Makefile.vc6
+++ b/ares/Makefile.vc6
@@ -35,7 +35,7 @@ EX_LIBS = advapi32.lib ws2_32.lib
!endif
!if "$(DEBUG_MODEL)" == "d"
-CFLAGS = $(CFLAGS) -D_DEBUG -GZ
+CFLAGS = $(CFLAGS) -DDEBUGBUILD -D_DEBUG -GZ
LDFLAGS = $(LDFLAGS) -debug -fixed:no
!else