Skip to content
Snippets Groups Projects
Commit 0c6adc27 authored by Natanael Copa's avatar Natanael Copa
Browse files

Makefile: turn off PIE

parent 08748b5c
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ CFLAGS?=-g -Werror -Wall -Wstrict-prototypes
CFLAGS+=-D_GNU_SOURCE -std=gnu99 -DAPK_VERSION=\"$(FULL_VERSION)\"
LDFLAGS?=-g
LDFLAGS+=-nopie
LIBS=/usr/lib/libz.a
ifeq ($(STATIC),yes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment