From 49b460b38e26b6e3ff78cb65c117381f503c1d2b Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 6 Jan 2003 18:07:09 +0000 Subject: [PATCH] Added USE_STATS fix for index selectivity. git-svn-id: http://svn.osgeo.org/postgis/trunk@230 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 # -- 2.40.0