aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-11-30 15:57:48 +0100
committerAnton Khirnov <anton@khirnov.net>2018-11-30 15:57:48 +0100
commite7d7e9be158033c62f3a4b8537e984e4500fd44b (patch)
treee4374109393e4d4c9b2d02d2247d5d3f922e9124
parentcafdb67e15d89cc3bf121fdb31bb157cd08e829b (diff)
Makefile: add -pthread to the linker flags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be6287a..2945c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
TARGET = libteukolskydata.so
CFLAGS = -std=c99 -D_XOPEN_SOURCE=700 -fPIC -g -I.
-TARGET_LDFLAGS = -Wl,--version-script=libteukolskydata.v -shared -lm -llapacke
+TARGET_LDFLAGS = -Wl,--version-script=libteukolskydata.v -shared -lm -llapacke -pthread
TEST_LIBS = -lm -llapacke -lcblas -lpthread
OBJS = basis.o \