[geos-commits] r2969 - branches/3.2

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 7 09:35:53 EDT 2010


Author: mloskot
Date: 2010-04-07 09:35:52 -0400 (Wed, 07 Apr 2010)
New Revision: 2969

Modified:
   branches/3.2/nmake.opt
Log:
Removed NDEBUG from CPPFLAGS of debug build configuration (Ticket #338)

Modified: branches/3.2/nmake.opt
===================================================================
--- branches/3.2/nmake.opt	2010-04-07 13:24:09 UTC (rev 2968)
+++ branches/3.2/nmake.opt	2010-04-07 13:35:52 UTC (rev 2969)
@@ -106,7 +106,7 @@
 !IF "$(BUILD_DEBUG)" == "YES"
 BUILD_PREFIX=_d
 GEOS_CFLAGS = /nologo /MDd /GR /Od /W4 /Zi
-GEOS_CPPFLAGS = /D "NDEBUG" $(GEOS_CPPFLAGS)
+GEOS_CPPFLAGS = /D "DEBUG" /D "_DEBUG" $(GEOS_CPPFLAGS)
 !ELSE
 GEOS_CFLAGS = /nologo /MD /GR /O2 /W3
 GEOS_CPPFLAGS = /D "NDEBUG" $(GEOS_CPPFLAGS)



More information about the geos-commits mailing list