PIE on
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
|||||||
CC ?= clang
|
CC ?= clang
|
||||||
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors
|
CFLAGS ?= -Wall -Werror -O4 -g --std=gnu11 --pedantic-errors -fPIC -pie
|
||||||
LDFLAGS ?= -Wall -O4
|
LDFLAGS ?= -Wall -O4 -fPIC -pie
|
||||||
LIBS ?= -luuid -ljansson
|
LIBS ?= -luuid -ljansson
|
||||||
|
|
||||||
all: adsbus
|
all: adsbus
|
||||||
|
|||||||
Reference in New Issue
Block a user