This commit is contained in:
Ian Gulliver
2016-02-17 10:48:34 -08:00
parent d143eb6e32
commit cb629aa2c4

View File

@@ -1,6 +1,6 @@
CC ?= clang
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors
LDFLAGS ?= -Wall -O4
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIC -pie
LDFLAGS ?= -Wall -O4 -fPIC -pie
LIBS ?= -luuid -ljansson
all: adsbus