fix position independent code

This commit is contained in:
Jeremy Tregunna 2018-02-11 18:48:00 -06:00
parent 87201120eb
commit cdc91700b2
Signed by: jer
GPG Key ID: 1278B36BA6F5D5E4

View File

@ -1,5 +1,5 @@
CC=clang CC=clang
CFLAGS=-Wall -Wextra -Werror -Os -I/usr/local/include -fblocks CFLAGS=-Wall -Wextra -Werror -Os -I/usr/local/include -fblocks -fPIC
OBJECTS=refuse.o deque.o OBJECTS=refuse.o deque.o
LIB=librefuse.a LIB=librefuse.a