X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2417bf69de4c386d0a532b9727e79f677d2869ec..c19b738e74e01e7301aec7815b5bac9782b3c9db:/src/makevc.env?ds=inline diff --git a/src/makevc.env b/src/makevc.env index 1ab59146d1..7fb8a0bb85 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -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