From fe72d23445699a304e00a33fd523bb235267e128 Mon Sep 17 00:00:00 2001 From: x Date: Sat, 14 Oct 2017 18:41:24 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index d6d0484..521660f 100644 --- a/makefile +++ b/makefile @@ -90,10 +90,12 @@ endif ifeq ($(QMX),1) DEFS+=-DQMX +else +CXXFLAGS+=-std=gnu++0x endif CFLAGS+=$(DDEBUG) -w -Wall -std=gnu99 -DUSE_THREADS -fstrict-aliasing -Iext -Iext/lz4/lib -Iext/simdcomp/include -Iext/MaskedVByte/include -Iext/LittleIntPacker/include -Iext/streamvbyte/include $(DEFS) -CXXFLAGS+=$(DDEBUG) $(MARCH) -w -std=gnu++0x -fpermissive -Wall -fno-rtti $(DEFS) -Iext/FastPFor/headers +CXXFLAGS+=$(DDEBUG) $(MARCH) -w -fpermissive -Wall -fno-rtti $(DEFS) -Iext/FastPFor/headers all: icbench idxcr idxqry idxseg