aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Makefile')
-rw-r--r--LibOVR/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibOVR/Makefile b/LibOVR/Makefile
index 7525b0b..174e8a5 100644
--- a/LibOVR/Makefile
+++ b/LibOVR/Makefile
@@ -46,10 +46,10 @@ DELETEFILE = rm -f
DEBUG = 0
ifeq ($(DEBUG), 1)
- CXXFLAGS = -pipe -DDEBUG -g
+ CXXFLAGS = -pipe -fPIC -DDEBUG -g
RELEASETYPE = Debug
else
- CXXFLAGS = -pipe -O2
+ CXXFLAGS = -pipe -fPIC -O2
RELEASETYPE = Release
endif