Add -pthread flag for pthread_setaffinity_np
This commit is contained in:
@@ -2,8 +2,8 @@ CC = clang
|
||||
LINKER = $(CC)
|
||||
|
||||
OPENMP = #-fopenmp
|
||||
CFLAGS = -Ofast -std=c99 $(OPENMP)
|
||||
LFLAGS = $(OPENMP)
|
||||
CFLAGS = -Ofast -std=c99 -pthread $(OPENMP)
|
||||
LFLAGS = -pthread $(OPENMP)
|
||||
DEFINES = -D_GNU_SOURCE
|
||||
INCLUDES =
|
||||
LIBS =
|
||||
|
||||
Reference in New Issue
Block a user