]> git.saurik.com Git - wxWidgets.git/commitdiff
Debug version with compiler switch /MDd
authorUnknown (JL) <nobody@localhost>
Tue, 5 Oct 1999 06:40:42 +0000 (06:40 +0000)
committerUnknown (JL) <nobody@localhost>
Tue, 5 Oct 1999 06:40:42 +0000 (06:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makevc.env

index b340cc8262eab42b9db9ff794bf1381b0d4a60bb..0082db93dc4acb9043e8e236273e13dc4011d0de 100644 (file)
@@ -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