From ade2e4537996f14236ba67d824ec027a64ae908e Mon Sep 17 00:00:00 2001 From: powturbo Date: Sun, 31 May 2015 22:05:17 +0200 Subject: [PATCH] . --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 3e3629f..a013ed2 100644 --- a/makefile +++ b/makefile @@ -34,8 +34,8 @@ idxqryp.o: $(BIT)idxqry.c SIMDCOMPD=ext/simdcomp/ SIMDCOMP=$(SIMDCOMPD)bitpacka.o $(SIMDCOMPD)src/simdintegratedbitpacking.o $(SIMDCOMPD)src/simdcomputil.o $(SIMDCOMPD)src/simdbitpacking.o -LZT=../lz/lz8c0.o ../lz/lz8d.o -LZTB=../lz/lzbc0.o ../lz/lzbd.o +#LZT=../lz/lz8c0.o ../lz/lz8d.o +#LZTB=../lz/lzbc0.o ../lz/lzbd.o LZ4=ext/lz4.o MVB=ext/MaskedVByte/src/varintencode.o ext/MaskedVByte/src/varintdecode.o