Files
TheBandwidthBenchmark/include_ICC.mk
2019-03-11 10:52:44 +01:00

10 lines
158 B
Makefile

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