This commit is contained in:
Jan Eitzinger
2021-01-18 07:54:21 +01:00
26 changed files with 1717 additions and 476 deletions

View File

@@ -3,7 +3,8 @@ GCC = gcc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)
OPENMP = -fopenmp
OPENMP = -Xpreprocessor -fopenmp
LIBS = -lomp
endif
VERSION = --version
@@ -12,4 +13,3 @@ CFLAGS = -Ofast -std=c99 $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =