diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-04 17:55:27 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-04 17:55:27 +0200 |
commit | 9f615bbebfd9c5a896ddc7cace680ec45d2c2501 (patch) | |
tree | 843012c238341719ed6a85ed1affec3a13c53fe7 /Makefile | |
parent | 959e0912a16678f996a3fb6ca4bceb2efff4b1ce (diff) |
-pthread is the only necessary linker option for pthread API
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage | |||
50 | OPTS_production=-O3 | 50 | OPTS_production=-O3 |
51 | 51 | ||
52 | CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic | 52 | CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic |
53 | LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lpthread -lz | 53 | LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz |
54 | #LDFLAGS+=-lbsd | 54 | #LDFLAGS+=-lbsd |
55 | 55 | ||
56 | BINARY =opentracker | 56 | BINARY =opentracker |