summaryrefslogtreecommitdiff
path: root/tagstats/Makefile
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-15 09:56:14 +0200
committerJochen Topf <jochen@topf.org>2014-05-15 09:56:14 +0200
commitcba06f80f5a532792d069e4a6373d2f82fb7f2a9 (patch)
treee3fccb512f8643515e4ff7f177ed18821fe82397 /tagstats/Makefile
parentcb992e81288282b4ceea1599fb6f633978060a50 (diff)
downloadtaginfo-cba06f80f5a532792d069e4a6373d2f82fb7f2a9.tar
taginfo-cba06f80f5a532792d069e4a6373d2f82fb7f2a9.tar.gz
Removed TAGSTATS_COUNT_KEY_COMBINATIONS.
This preprocessor macro decided whether we wanted to count combinations of tag keys. This is now always on.
Diffstat (limited to 'tagstats/Makefile')
-rw-r--r--tagstats/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tagstats/Makefile b/tagstats/Makefile
index 3cb90d5..464ed5f 100644
--- a/tagstats/Makefile
+++ b/tagstats/Makefile
@@ -28,7 +28,6 @@ BYID := $(shell ../bin/taginfo-config.rb tagstats.geodistribution)
BYID_LC := $(shell echo $(BYID) | sed -e 's/\([A-Z]\)/_\1/g' | cut -c2- | tr 'A-Z' 'a-z')
BYID_INCL := "<osmium/storage/byid/$(BYID_LC).hpp>"
-CXXFLAGS_FEATURES += -DTAGSTATS_COUNT_KEY_COMBINATIONS
CXXFLAGS_FEATURES += -DTAGSTATS_COUNT_TAG_COMBINATIONS
CXXFLAGS_FEATURES += -DTAGSTATS_GEODISTRIBUTION_INT=$(GEODISTRIBUTION_TYPE)
CXXFLAGS_FEATURES += -DTAGSTATS_GEODISTRIBUTION_FOR_WAYS=$(BYID)