From: Paul Ramsey Date: Mon, 6 Jan 2003 18:07:09 +0000 (+0000) Subject: Added USE_STATS fix for index selectivity. X-Git-Tag: pgis_0_7_4~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49b460b38e26b6e3ff78cb65c117381f503c1d2b;p=postgis Added USE_STATS fix for index selectivity. git-svn-id: http://svn.osgeo.org/postgis/trunk@230 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 7b271363b..38003d5fb 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,13 @@ else endif override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) +#--------------------------------------------------------------- +# Add index selectivity to C flags +# +ifeq ($(USE_STATS),1) + override CPPFLAGS += -DUSE_STATS +endif + #--------------------------------------------------------------- # Select proper GiST support C file #