From 78bc5dba1202a0383fd355505c2257d120953e58 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 16 Aug 2013 23:21:37 -0700 Subject: Additional official SDK files from the linux distribution --- LibOVR/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LibOVR/Makefile') 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 -- cgit v1.2.3