Files
TheBandwidthBenchmark/include_ICC.mk
Jan Eitzinger 04e4e82e8f Merge conflicts
2019-03-13 14:49:49 +01:00

10 lines
187 B
Makefile

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