diff options
author | Brad Davis <[email protected]> | 2013-08-16 23:21:37 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2013-08-16 23:21:37 -0700 |
commit | 78bc5dba1202a0383fd355505c2257d120953e58 (patch) | |
tree | 35af2c50b6315c6d338fe3b0bf0cac455de2ae7a /LibOVR/Makefile | |
parent | f29e505a7df820e1376d97b41515bdc89d472499 (diff) |
Additional official SDK files from the linux distribution
Diffstat (limited to 'LibOVR/Makefile')
-rw-r--r-- | LibOVR/Makefile | 4 |
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 |