From 9f615bbebfd9c5a896ddc7cace680ec45d2c2501 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 4 Apr 2024 17:55:27 +0200 Subject: -pthread is the only necessary linker option for pthread API --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 OPTS_production=-O3 CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic -LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lpthread -lz +LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz #LDFLAGS+=-lbsd BINARY =opentracker -- cgit v1.2.3