This commit is contained in:
x
2018-03-16 08:25:01 +01:00
parent 68b47f7a9d
commit 57062cc7e3

View File

@ -17,7 +17,7 @@ CXX ?= g++
#CC=clang
#CXX=clang++
DDEBUG=-DNDEBUG
DDEBUG=-DNDEBUG -s
#DDEBUG=-g
#Minimum SSE = Sandy Bridge, AVX2 = haswell
@ -257,7 +257,7 @@ endif
ICLIB=bitpack.o bitpack_sse.o bitunpack.o bitunpack_sse.o vp4c.o vp4c_sse.o vp4d.o vp4d_sse.o bitutil.o fp.o vint.o vsimple.o transpose.o transpose_sse.o ext/trlec.o ext/trled.o eliasfano.o
ifeq ($(LZTURBO),1)
include ../lzturbo.mak
include lzturbo.mak
endif
ifeq ($(LZ4),1)