aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorN.N. <sergi_ll@users.sourceforge.net>2008-07-10 15:42:52 +0000
committerN.N. <sergi_ll@users.sourceforge.net>2008-07-10 15:42:52 +0000
commitf8acef999269952a3d8e20737662d20adecc32e7 (patch)
tree9d68db1652ad1caadf6ba36e2defd337fa1f7a5d /Makefile
parent4e8317b10505a13395bb3b8e6563fe38237c8236 (diff)
add -fPIC cflag
svn path=/trunk/externals/pdp_opencv/; revision=10159
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87e4d27..fa062cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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