summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-04-20 20:51:50 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-04-20 20:51:50 +0000
commit3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f (patch)
tree0fe5fee7c6637b2c11fe7db8d3306a8c8c143f8c /win32/Makefile
parent37c1c645f47f43d51a421958e27fa24bbc2407bc (diff)
downloadperl-3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f.tar.gz
[asperl] add AS patch#16
p4raw-id: //depot/asperl@892
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile
index bb8b737d0d..f8095d8f76 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -134,7 +134,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