Browse Source

-pthread is the only necessary linker option for pthread API

master
Dirk Engling 7 months ago
parent
commit
9f615bbebf
  1. 2
      Makefile

2
Makefile

@ -50,7 +50,7 @@ OPTS_debug=-D_DEBUG -g -ggdb # -pg -fprofile-arcs -ftest-coverage @@ -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

Loading…
Cancel
Save