[asperl] add AS patch#16
[p5sagit/p5-mst-13.2.git] / win32 / makefile.mk
index 7e14546..cd2a95a 100644 (file)
@@ -216,7 +216,7 @@ LIBC                = libcmt.lib
 .IF "$(CCTYPE)" == "MSVC20"
 OPTIMIZE       = -Od $(RUNTIME) -Z7 -D_DEBUG -DDEBUGGING
 .ELSE
-OPTIMIZE       = -Od $(RUNTIME)d -Z7 -D_DEBUG -DDEBUGGING
+OPTIMIZE       = -Od $(RUNTIME)d -Zi -D_DEBUG -DDEBUGGING
 .ENDIF
 LINK_DBG       = -debug -pdb:none
 .ELSE