summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-04 17:55:27 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-04 17:55:27 +0200
commit9f615bbebfd9c5a896ddc7cace680ec45d2c2501 (patch)
tree843012c238341719ed6a85ed1affec3a13c53fe7
parent959e0912a16678f996a3fb6ca4bceb2efff4b1ce (diff)
-pthread is the only necessary linker option for pthread API
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcae353..3f32b1c 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
50OPTS_production=-O3 50OPTS_production=-O3
51 51
52CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic 52CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic
53LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lpthread -lz 53LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
54#LDFLAGS+=-lbsd 54#LDFLAGS+=-lbsd
55 55
56BINARY =opentracker 56BINARY =opentracker