From: Sandro Santilli Date: Thu, 23 Oct 2003 19:52:04 +0000 (+0000) Subject: added memory debugging tips for gcc >= 3.2.2 X-Git-Tag: pgis_0_8_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a429e9406f2f43274da8c1e65fc31ed00ca2b128;p=postgis added memory debugging tips for gcc >= 3.2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@324 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 590bde79f..9a53eb8df 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ override DLLLIBS += $(BE_DLLLIBS) override CXXFLAGS := $(CFLAGS) # memory debug for gcc 2.91, 2.95, 3.0 and 3.1 +# for gcc >= 3.2.2 set GLIBCPP_FORCE_NEW at runtime instead #override CXXFLAGS += -D__USE_MALLOC #---------------------------------------------------------------