From bda4f3a7ae5a3879105466d24fa274dd1a3e5c7b Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 20 Sep 2018 14:40:28 +0100 Subject: [PATCH] [build] switch back to the adaptive radix tree --- base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Makefile b/base/Makefile index 1823c9b49..7b21ca5c7 100644 --- a/base/Makefile +++ b/base/Makefile @@ -11,7 +11,7 @@ # 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 +#base/data-struct/radix-tree.o: CFLAGS += -DSIMPLE_RADIX_TREE BASE_SOURCE=\ base/data-struct/radix-tree.c \