]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makevc.env
Changed slightly the meaning of the Hybrid build. It is now
[wxWidgets.git] / src / makevc.env
index 1ab59146d1a8103111d195d612ba7699c806c2cb..7fb8a0bb856885210ab98d97614e5ae31071f238 100644 (file)
@@ -207,9 +207,9 @@ LINK_DEBUG_FLAGS=-debug:full -debugtype:cv # /PDB:NONE
 _CRTFLAG=/MDd
 
 !else if "$(FINAL)" == "hybrid"
-OPT = /Od /Gy
-DEBUG_FLAGS= /Zi /D__WXDEBUG__ /D__NO_VC_CRTDBG__
-LINK_DEBUG_FLAGS=-debug:full -debugtype:cv
+OPT = /Ox /Gy
+DEBUG_FLAGS= /D__WXDEBUG__ /D__NO_VC_CRTDBG__
+LINK_DEBUG_FLAGS=/RELEASE
 _CRTFLAG=/MD
 
 !else