Merge conflicts

This commit is contained in:
Jan Eitzinger
2019-03-13 14:49:49 +01:00
3 changed files with 9 additions and 9 deletions

View File

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