1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

radix-tree: default to simple version

Avoid problems with the advanced version.
This commit is contained in:
David Teigland 2018-09-17 11:19:53 -05:00
parent fdb6ef8a85
commit 41ef146dc3

View File

@ -11,7 +11,8 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # 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. # 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_SOURCE=\
base/data-struct/radix-tree.c \ base/data-struct/radix-tree.c \