From 9b3c7136f34d4cad593467cd785f44ebb05bf878 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 16 Oct 2014 22:17:23 +0000 Subject: [PATCH] Fixing up maxpool layer --- Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index c4abedd..315e626 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ endif UNAME = $(shell uname) OPTS=-Ofast -flto -OPTS=-Ofast -flto 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 ifeq ($(GPU), 1) -- Gitblit v1.10.0