multithreading demonstrated to work, but not safe yet

This commit is contained in:
Martin Reinecke 2020-01-03 18:26:53 +01:00
parent 0f8051fc28
commit 54cbae0534
3 changed files with 65 additions and 64 deletions

View file

@ -24,7 +24,7 @@ libsharp2_la_SOURCES = \
# any backward-compatible change: increase age
# any backward-incompatible change: age=0
# ==> age <= current
libsharp2_la_LDFLAGS = -version-info 0:0:0
libsharp2_la_LDFLAGS = -version-info 0:0:0 -lpthread
AM_CXXFLAGS = @AM_CXXFLAGS@