From 308e91a2fa45ad3714fbd39e6cacde464b0280a8 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 4 Apr 2024 17:56:35 +0200 Subject: -pthread needs to be in CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f32b1c..535b72b 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ FEATURES+=-DWANT_FULLSCRAPE OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage OPTS_production=-O3 -CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -Wextra #-ansi -pedantic +CFLAGS+=-I$(LIBOWFAT_HEADERS) -Wall -pipe -pthread -Wextra #-ansi -pedantic LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz #LDFLAGS+=-lbsd -- cgit v1.2.3