mirror of
git://erdgeist.org/opentracker
synced 2025-01-14 08:50:10 +00:00
-pthread needs to be in CFLAGS
This commit is contained in:
parent
9f615bbebf
commit
308e91a2fa
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ FEATURES+=-DWANT_FULLSCRAPE
|
|||||||
OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
|
OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage
|
||||||
OPTS_production=-O3
|
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+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
|
||||||
#LDFLAGS+=-lbsd
|
#LDFLAGS+=-lbsd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user