]> granicus.if.org Git - postgis/commitdiff
Debugging defines set to NODEBUG.
authorSandro Santilli <strk@keybit.net>
Mon, 27 Sep 2004 08:26:03 +0000 (08:26 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 27 Sep 2004 08:26:03 +0000 (08:26 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@897 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_estimate.c
lwgeom/lwgeom_gist.c
lwgeom/profile.h

index e21d3bb54a26da0d93c858dfd161dddf20a8fc99..4de2bab00b80b3d2c79f81897a91d7bb50c99064 100644 (file)
@@ -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
index 1bae36633230d9718cfed98f4228395e7866ec08..d7d6a4ef25acd37ed9626d7753589836b24f4b8d 100644 (file)
@@ -20,7 +20,7 @@
 
 
 //#define DEBUG
-#define DEBUG_CALLS
+//#define DEBUG_CALLS
 //#define DEBUG_GIST
 //#define DEBUG_GIST2
 //#define DEBUG_GIST3
index b7176b3b9b80ff4fee63fc97cf83f27ea0766971..1eee9a2ddaa385110dc4b040d4fe614c1fdc2ac2 100644 (file)
@@ -6,7 +6,7 @@
 /*
  * Define this to have profiling enabled
  */
-#define PROFILE
+//#define PROFILE
 
 #ifdef PROFILE
 #include <sys/time.h>