Change resolution to use a single resolve thread, and to clean up after itself.

This commit is contained in:
Ian Gulliver
2016-02-23 11:53:17 -08:00
parent c6a2150a7d
commit 289dcdbb54
4 changed files with 73 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
CC ?= clang
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIE -pie -fstack-protector-strong
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIE -pie -fstack-protector-strong -pthread
LDFLAGS ?= $(CFLAGS) -Wl,-z,relro -Wl,-z,now
LIBS ?= -ljansson -lanl
LIBS ?= -ljansson
OBJ_NETWORK = incoming.o outgoing.o receive.o send.o
OBJ_PROTOCOL = airspy_adsb.o beast.o json.o raw.o stats.o