From 9d418102f4a44b2e2c437dec945189a646cbf3a4 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sat, 21 Mar 2015 21:17:39 +0000
Subject: [PATCH] using caffe's im2col, it's so much better\!

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index eee3c96..bdbc73d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 
 CC=gcc
 NVCC=nvcc
-OPTS=-O0
+OPTS=-O3
 LDFLAGS=`pkg-config --libs opencv` -lm -pthread -lstdc++
 COMMON=`pkg-config --cflags opencv` -I/usr/local/cuda/include/
 CFLAGS=-Wall -Wfatal-errors

--
Gitblit v1.10.0