]> granicus.if.org Git - postgis/commitdiff
Added default-commented line to disable gcc "smart" memory caching feature.
authorSandro Santilli <strk@keybit.net>
Thu, 23 Oct 2003 09:14:04 +0000 (09:14 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 23 Oct 2003 09:14:04 +0000 (09:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@323 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 317c28ffea5011676478c89c882a6afcee2ac756..590bde79fb20f88c1a0cea6f312052d55fa7e43f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,8 @@ endif
 override DLLLIBS += $(BE_DLLLIBS) 
 
 override CXXFLAGS := $(CFLAGS)
+# memory debug for gcc 2.91, 2.95, 3.0 and 3.1
+#override CXXFLAGS += -D__USE_MALLOC
 
 #---------------------------------------------------------------
 # Add index selectivity to C flags