From 43aa5dc77c19bc21121bb5ed6f1579819c66d6a3 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 7 Jan 2018 18:36:14 +0100 Subject: [PATCH] IcBench: Makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index a45c4e3..4ea8044 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,7 @@ NCODEC1=1 NCODEC2=1 else NSIMD=0 -CFLAGS+=-DUSE_SEE +CFLAGS+=-DUSE_SSE -mssse3 endif ifeq ($(AVX2),1) @@ -103,7 +103,7 @@ cpp: $(CPPF) $(CC) -DSSE2_ON $(MSSE) $(MARCH) -w -E -P $(CPPF) bitutil.o: bitutil.c - $(CC) -O3 -falign-loops=32 $< -c -o $@ + $(CC) -O3 $(CFLAGS) -falign-loops=32 $< -c -o $@ #---------- vp4c.o: vp4c.c $(CC) -O3 $(CFLAGS) -DUSE_SSE -falign-loops=32 -c vp4c.c -o vp4c.o