Skip to content
Snippets Groups Projects
Commit 090922f8 authored by deuce's avatar deuce
Browse files

Add -fPIC (this is a library)

parent b883bedf
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,8 @@ endif
#
# Compiler command-line flags.
#
CFLAGS += -fPIC
LDFLAGS += -fPIC
CFLAGS += -O2 -L${LIBDIR} -I../xpdev
ifeq ($(OS),Darwin)
CFLAGS += -D__unix__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment