From: Unknown (JL) Date: Tue, 5 Oct 1999 06:40:42 +0000 (+0000) Subject: Debug version with compiler switch /MDd X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aee38925699507517e8b8bb1c3f65e57af682142 Debug version with compiler switch /MDd git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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