summaryrefslogtreecommitdiff
path: root/base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'base/Makefile')
-rw-r--r--base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/Makefile b/base/Makefile
index ff7781577..e30cb4498 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -12,7 +12,7 @@
# Uncomment this to build the simple radix tree. You'll need to make clean too.
# Comment to build the advanced radix tree.
-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 \