Files
TheBandwidthBenchmark/include_ICC.mk
2019-03-13 14:46:03 +01:00

10 lines
176 B
Makefile

CC = icc
LINKER = $(CC)
OPENMP = -qopenmp
CFLAGS = -Ofast -xhost -std=c11 -pthread $(OPENMP)
LFLAGS = -pthread $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =