Files
TheBandwidthBenchmark/include_ICC.mk
Jan Eitzinger c776efbdae Revert "Merge branch 'MARKERS' of github.com:RRZE-HPC/TheBandwidthBenchmark"
This reverts commit 21bedcda40, reversing
changes made to bb19bf5a49.
2019-03-19 09:13:01 +01:00

13 lines
222 B
Makefile

CC = icc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
CFLAGS = -qopt-report -Ofast -xHost -std=c99 -ffreestanding $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =