Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasadow <jimmy.delas@gmail.com>2018-10-09 15:57:44 +0300
committerMasadow <jimmy.delas@gmail.com>2018-10-09 15:57:44 +0300
commit4be5bc8059b2e7b916a80f826ed7fb9b50a36991 (patch)
treeab8d7c18536ff83c15a467e5271072aa0a6ef926 /Makefile
parentc483646db00a6a9ac3a8e93f7c490aecb589979d (diff)
Add support for position independant code compilation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66b1bc9..5989b95 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ ARFLAGS = cr
RM = rm -f
RANLIB = ranlib
MKDIR = mkdir -p
+CXXFLAGS = -fPIC
INSTALL = install
INSTALL_PROGRAM = $(INSTALL)