Add support for position independant code compilation

This commit is contained in:
Masadow
2018-10-09 14:57:44 +02:00
parent c483646db0
commit 4be5bc8059
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ ARFLAGS = cr
RM = rm -f
RANLIB = ranlib
MKDIR = mkdir -p
CXXFLAGS = -fPIC
INSTALL = install
INSTALL_PROGRAM = $(INSTALL)