From c870bbb6073e257080046b2286bdaf796b4b7511 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 15 Jan 2017 14:10:47 +0100 Subject: [PATCH] IcBench: Makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7c49866..86d0eac 100644 --- a/makefile +++ b/makefile @@ -91,10 +91,10 @@ cpp: $(CPPF) $(CC) -mavx2 $(MARCH) -E $(CPPF) bitpack.o: bitpack.c bitpack.h bitpack_.h - $(CC) -O3 $(DDEBUG) -fstrict-aliasing $(MARCH) -w -Wall -Wdiscarded-qualifiers -falign-loops=32 -c bitpack.c + $(CC) -O3 $(DDEBUG) -fstrict-aliasing $(MARCH) -w -Wall -falign-loops=32 -c bitpack.c bitunpack.o: bitunpack.c bitunpack_.h - $(CC) -O3 $(DDEBUG) -fstrict-aliasing $(MARCH) -w -Wall -Wdiscarded-qualifiers -falign-loops=32 -c bitunpack.c + $(CC) -O3 $(DDEBUG) -fstrict-aliasing $(MARCH) -w -Wall -falign-loops=32 -c bitunpack.c vsimple.o: vsimple.c $(CC) -O2 $(CFLAGS) $(MARCH) -c vsimple.c