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

10 lines
181 B
Makefile

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