X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FMakefile;h=edd309ff154c3dce8f94f1176e099cd64aed4f1e;hb=5a02e98f44e95db2660e1468c5765d924af68534;hp=f8b05a7fd908a4292a30613b1aada6ae61b2a847;hpb=5366100e4a804acc9f9c36b30b8da091483d8050;p=rrq%2Frrqmisc.git diff --git a/vector/Makefile b/vector/Makefile index f8b05a7..edd309f 100644 --- a/vector/Makefile +++ b/vector/Makefile @@ -2,7 +2,7 @@ LIBRARY = libvector.a LIBOBJS = vector.o hashvector.o # This is overridable on command line -VECTOR_LEVEL_BITS = 4 +VECTOR_LEVEL_BITS = 8 default: $(LIBRARY)