Files
TheBandwidthBenchmark/include_ICC.mk
Jan Eitzinger 86e57fd554 Add info target
2021-01-18 07:53:38 +01:00

15 lines
272 B
Makefile

CC = icc
GCC = gcc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
VERSION = --version
CFLAGS = -fast -xHost -qopt-streaming-stores=always -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =