update Makefile

rust
Avril 3 years ago
parent 2dcb9d5996
commit 4237dfdc04
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -3,7 +3,9 @@ INCLUDE=include
PROJECT=fcmp
OPT_FLAGS?= -march=native -fgraphite -fopenmp -floop-parallelize-all -ftree-parallelize-loops=4
OPT_FLAGS_RUST?= -C target-cpu=native
OPT_FLAGS?= -march=native -fgraphite -fopenmp -floop-parallelize-all -ftree-parallelize-loops=4 \
-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block
FEAT_CFLAGS?= -D_RUN_THREADED=0
FEAT_LDFLAGS?= -lpthread

Loading…
Cancel
Save