Skip to content

Commit ea47e24

Browse files
committed
slight change for makefile options for icc
1 parent a28b7be commit ea47e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828

2929

3030
ifeq (icc,$(findstring icc,$(CC)))
31-
CFLAGS += -xhost -opt-prefetch -opt-prefetch-distance=16 #-vec-report6
31+
CFLAGS += -xhost -ipo #-vec-report6
3232
ifeq (USE_OMP,$(findstring USE_OMP,$(OPT)))
3333
CFLAGS += -openmp
3434
CLINK += -openmp

0 commit comments

Comments
 (0)