removed -fPIC directive

This commit is contained in:
roel@libnfc.org 2013-03-07 10:51:25 +00:00
parent c1e745e465
commit 9e130475f9

View file

@ -1,7 +1,7 @@
CC = gcc
LD = gcc
CFLAGS = -Wall -Winline -O4
LDFLAGS = -fPIC
LDFLAGS =
OBJS = crapto1.o crypto1.o
HEADERS =