From ec16ee612f8386d69176d02bf4147abaaec0fd00 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 17 Apr 2014 22:05:41 +0000 Subject: [PATCH] Old feature extraction method --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 640f308..68ed3ee 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ CC=gcc -COMMON=-Wall `pkg-config --cflags opencv` +COMMON=-Wall `pkg-config --cflags opencv` -I/usr/local/cuda/include/ UNAME = $(shell uname) OPTS=-O3 ifeq ($(UNAME), Darwin) COMMON+= -isystem /usr/local/Cellar/opencv/2.4.6.1/include/opencv -isystem /usr/local/Cellar/opencv/2.4.6.1/include LDFLAGS= -framework OpenCL else -OPTS+= -march=native -flto +OPTS+= -march=native LDFLAGS= -lOpenCL endif CFLAGS= $(COMMON) $(OPTS) -- Gitblit v1.10.0