mirror of
git://erdgeist.org/opentracker
synced 2025-02-16 22:21:30 +08:00
-pthread is the only necessary linker option for pthread API
This commit is contained in:
parent
959e0912a1
commit
9f615bbebf
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ 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 -Wextra #-ansi -pedantic
|
||||||
LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lpthread -lz
|
LDFLAGS+=-L$(LIBOWFAT_LIBRARY) -lowfat -pthread -lz
|
||||||
#LDFLAGS+=-lbsd
|
#LDFLAGS+=-lbsd
|
||||||
|
|
||||||
BINARY =opentracker
|
BINARY =opentracker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user