From f8acef999269952a3d8e20737662d20adecc32e7 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 10 Jul 2008 15:42:52 +0000 Subject: add -fPIC cflag svn path=/trunk/externals/pdp_opencv/; revision=10159 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1