From: Sandro Santilli <strk@keybit.net> Date: Mon, 27 Sep 2004 08:26:03 +0000 (+0000) Subject: Debugging defines set to NODEBUG. X-Git-Tag: pgis_1_0_0RC1~375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b7d38ae04b65b5fcfe65aded32b50910fb08f58;p=postgis Debugging defines set to NODEBUG. git-svn-id: http://svn.osgeo.org/postgis/trunk@897 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_estimate.c b/lwgeom/lwgeom_estimate.c index e21d3bb54..4de2bab00 100644 --- a/lwgeom/lwgeom_estimate.c +++ b/lwgeom/lwgeom_estimate.c @@ -10,6 +10,9 @@ * ********************************************************************** * $Log$ + * Revision 1.6 2004/09/27 08:26:03 strk + * Debugging defines set to NODEBUG. + * * Revision 1.5 2004/09/16 09:06:12 strk * Changed SPI_cursor_open call changes to be used for USE_VERSION > 80 * (change seems to be intended for future releases) @@ -59,7 +62,7 @@ */ #define STATISTIC_KIND_GEOMETRY 100 -#define DEBUG_GEOMETRY_STATS 1 +//#define DEBUG_GEOMETRY_STATS 1 /* * Define this if you want to use standard deviation based diff --git a/lwgeom/lwgeom_gist.c b/lwgeom/lwgeom_gist.c index 1bae36633..d7d6a4ef2 100644 --- a/lwgeom/lwgeom_gist.c +++ b/lwgeom/lwgeom_gist.c @@ -20,7 +20,7 @@ //#define DEBUG -#define DEBUG_CALLS +//#define DEBUG_CALLS //#define DEBUG_GIST //#define DEBUG_GIST2 //#define DEBUG_GIST3 diff --git a/lwgeom/profile.h b/lwgeom/profile.h index b7176b3b9..1eee9a2dd 100644 --- a/lwgeom/profile.h +++ b/lwgeom/profile.h @@ -6,7 +6,7 @@ /* * Define this to have profiling enabled */ -#define PROFILE +//#define PROFILE #ifdef PROFILE #include <sys/time.h>