From 41ef146dc3bf9bd2ecbcedb8c3cdbd2535149296 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 17 Sep 2018 11:19:53 -0500 Subject: radix-tree: default to simple version Avoid problems with the advanced version. --- base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base') diff --git a/base/Makefile b/base/Makefile index 1823c9b49..ff7781577 100644 --- a/base/Makefile +++ b/base/Makefile @@ -11,7 +11,8 @@ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # Uncomment this to build the simple radix tree. You'll need to make clean too. -# base/data-struct/radix-tree.o: CFLAGS += -DSIMPLE_RADIX_TREE +# Comment to build the advanced radix tree. +base/data-struct/radix-tree.o: CFLAGS += -DSIMPLE_RADIX_TREE BASE_SOURCE=\ base/data-struct/radix-tree.c \ -- cgit v1.2.1