From aee38925699507517e8b8bb1c3f65e57af682142 Mon Sep 17 00:00:00 2001 From: "Unknown (JL)" Date: Tue, 5 Oct 1999 06:40:42 +0000 Subject: [PATCH] Debug version with compiler switch /MDd git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/makevc.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makevc.env b/src/makevc.env index b340cc8262..0082db93dc 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -150,7 +150,7 @@ OPT = /Od /Gy # ***N.B.*** to save space/time, comment out /FR to avoid browse info (.sbr files) being generated DEBUG_FLAGS= /Zi /D__WXDEBUG__ # /DDEBUG=1 # /FR LINK_DEBUG_FLAGS=-debug:full -debugtype:cv # /PDB:NONE -CRTFLAG=/MD +CRTFLAG=/MDd !else # /O1 - smallest code # /O2 - fastest code -- 2.45.2