From 09ea95bd77977897133934805f1539c14b338c7d Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 13 Feb 2017 19:10:25 +0100 Subject: Added missing debug flag in nmake-debug configuration --- nmake.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmake.opt b/nmake.opt index 2291fad8..4e4262fd 100644 --- a/nmake.opt +++ b/nmake.opt @@ -24,7 +24,7 @@ PROJ_LIB_DIR=$(INSTDIR)\SHARE !IFNDEF DEBUG OPTFLAGS= /Ox /Op /MD !ELSE -OPTFLAGS= /Zi /MD /Fdproj.pdb +OPTFLAGS= /Zi /MDd /Fdproj.pdb !ENDIF !ENDIF -- cgit v1.2.3