More structure for wakeup.

This commit is contained in:
Ian Gulliver
2016-02-20 23:56:40 -08:00
parent 0e8dd4007c
commit 71413f97e5
5 changed files with 42 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
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 ?= -luuid -ljansson