summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-09-17 11:19:53 -0500
committerDavid Teigland <teigland@redhat.com>2018-09-17 11:19:53 -0500
commit41ef146dc3bf9bd2ecbcedb8c3cdbd2535149296 (patch)
treeb12fa965fff987086b28745878c8248c54902776 /base
parentfdb6ef8a85e9adc4805202b3200b17bd3b351982 (diff)
downloadlvm2-41ef146dc3bf9bd2ecbcedb8c3cdbd2535149296.tar.gz
radix-tree: default to simple version
Avoid problems with the advanced version.
Diffstat (limited to 'base')
-rw-r--r--base/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \