diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-20 20:51:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-20 20:51:50 +0000 |
commit | 3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f (patch) | |
tree | 0fe5fee7c6637b2c11fe7db8d3306a8c8c143f8c /win32/Makefile | |
parent | 37c1c645f47f43d51a421958e27fa24bbc2407bc (diff) | |
download | perl-3dfd1da1ac911ed5d5b4e3956b485ad9af14a10f.tar.gz |
[asperl] add AS patch#16
p4raw-id: //depot/asperl@892
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
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 |