IcBench: Makefile

This commit is contained in:
powturbo
2017-06-13 09:22:57 +02:00
parent ec82948657
commit 37a069c1d9

View File

@ -86,7 +86,7 @@ endif
CFLAGS+=$(DDEBUG) -w -Wall -std=gnu99 -DNDEBUG -DUSE_THREADS -fstrict-aliasing -Iext -Iext/lz4/lib -Iext/simdcomp/include -Iext/MaskedVByte/include -Iext/LittleIntPacker/include -Iext/streamvbyte/include $(DEFS) CFLAGS+=$(DDEBUG) -w -Wall -std=gnu99 -DNDEBUG -DUSE_THREADS -fstrict-aliasing -Iext -Iext/lz4/lib -Iext/simdcomp/include -Iext/MaskedVByte/include -Iext/LittleIntPacker/include -Iext/streamvbyte/include $(DEFS)
CXXFLAGS+=$(DDEBUG) $(MARCH) -std=gnu++0x -w -fpermissive -Wall -fno-rtti $(DEFS) -Iext/FastPFor/headers CXXFLAGS+=$(DDEBUG) $(MARCH) -std=gnu++0x -w -fpermissive -Wall -fno-rtti $(DEFS) -Iext/FastPFor/headers
all: icbench idxcr idxqry idxseg ictest all: icbench idxcr idxqry idxseg
cpp: $(CPPF) cpp: $(CPPF)
$(CC) -mavx2 $(MARCH) -E -P $(CPPF) $(CC) -mavx2 $(MARCH) -E -P $(CPPF)