update Makefile

progress
Avril 4 years ago
parent 15e093cae1
commit 4f8d69e276
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -5,7 +5,8 @@ PROJECT=shuffle3
BUILD=build
OPT_FLAGS?= -march=native -fgraphite -fopenmp -floop-parallelize-all -ftree-parallelize-loops=4
OPT_FLAGS?= -march=native -fgraphite -fopenmp -floop-parallelize-all -ftree-parallelize-loops=4 \
-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block
CFLAGS+= $(addprefix -I,$(INCLUDE)) -Wall -pedantic --std=gnu11
LDFLAGS+= -lm

Loading…
Cancel
Save