Blind out affinity module if OpenMP is not used. Remove obsolete pthread switch.
This commit is contained in:
@@ -5,8 +5,8 @@ ifeq ($(ENABLE_OPENMP),true)
|
||||
OPENMP = -fopenmp
|
||||
endif
|
||||
|
||||
CFLAGS = -Ofast -ffreestanding -std=c99 -pthread $(OPENMP)
|
||||
LFLAGS = -pthread $(OPENMP)
|
||||
CFLAGS = -Ofast -ffreestanding -std=c99 $(OPENMP)
|
||||
LFLAGS = $(OPENMP)
|
||||
DEFINES = -D_GNU_SOURCE
|
||||
INCLUDES =
|
||||
LIBS =
|
||||
|
||||
Reference in New Issue
Block a user