From dedb814cdb1cd4a6d88fae3ce8229620badd006b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 10 Jul 2008 15:43:49 +0000 Subject: add -fPIC cflag svn path=/trunk/externals/pix_opencv/; revision=10160 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c506f93..a497264 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ GEM_OPENCV_VERSION = 0.1 # build flags INCLUDES = -I$(PD_DIR)/src -I. -I$(GEM_DIR)/src -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