aboutsummaryrefslogtreecommitdiff
path: root/nmake.opt
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-02-13 19:10:25 +0100
committerKristian Evers <kristianevers@gmail.com>2017-02-13 20:40:55 +0100
commit09ea95bd77977897133934805f1539c14b338c7d (patch)
treef232545629cd03384b7737e1c21e3254951778f1 /nmake.opt
parent442f439a6d3a8752834c365e0c195d3c9e5a042f (diff)
downloadPROJ-09ea95bd77977897133934805f1539c14b338c7d.tar.gz
PROJ-09ea95bd77977897133934805f1539c14b338c7d.zip
Added missing debug flag in nmake-debug configuration
Diffstat (limited to 'nmake.opt')
-rw-r--r--nmake.opt2
1 files changed, 1 insertions, 1 deletions
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