This commit is contained in:
Joseph Redmon
2015-01-12 17:27:08 -08:00
parent f26da0ad5c
commit aa5996d58e
13 changed files with 146 additions and 49 deletions

View File

@@ -13,8 +13,8 @@ LDFLAGS=-lclBLAS
endif
UNAME = $(shell uname)
OPTS=-Ofast -flto
#OPTS=-O3
#OPTS=-Ofast -flto
OPTS=-O3 -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)