diff options
author | Christian Hesse <mail@eworm.de> | 2014-12-09 14:58:02 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-12-09 14:58:02 +0100 |
commit | 4ac1d2807cccef60f9874a43f55863ad9000666d (patch) | |
tree | 4b873a9ac3c75d12ae6c8366e7d3395212e10fda /lib/Makefile | |
parent | ec0b6b546620b1ea15b48d83e1ee8d9553b4ce94 (diff) | |
download | cqrlogo-4ac1d2807cccef60f9874a43f55863ad9000666d.tar.gz cqrlogo-4ac1d2807cccef60f9874a43f55863ad9000666d.tar.zst |
enable pisition independent code / executable by default
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index d5fb710..256f60b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -2,7 +2,7 @@ CC := gcc LN := ln -CFLAGS += -std=c11 -O2 -Wall -Werror +CFLAGS += -std=c11 -O2 -fpic -pie -Wall -Werror CFLAGS += -liniparser CFLAGS += $(shell pkg-config --cflags --libs libpng) CFLAGS += $(shell pkg-config --cflags --libs zlib) |