diff options
author | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 15:42:52 +0000 |
---|---|---|
committer | N.N. <sergi_ll@users.sourceforge.net> | 2008-07-10 15:42:52 +0000 |
commit | f8acef999269952a3d8e20737662d20adecc32e7 (patch) | |
tree | 9d68db1652ad1caadf6ba36e2defd337fa1f7a5d /Makefile | |
parent | 4e8317b10505a13395bb3b8e6563fe38237c8236 (diff) |
add -fPIC cflag
svn path=/trunk/externals/pdp_opencv/; revision=10159
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ GEM_OPENCV_VERSION = 0.1 # build flags INCLUDES = -I$(PD_DIR)/src -I. -I$(PDP_DIR)/include -I$(PD_DIR)/src -CPPFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ +CPPFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ -Wall -W -Wno-unused -Wno-parentheses -Wno-switch \ -DGEM_OPENCV_VERSION=\"$(GEM_OPENCV_VERSION)\" -g |