From aa5996d58e68edfbefe51061856aecd549dd09c4 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Tue, 13 Jan 2015 01:27:08 +0000 Subject: [PATCH] Faster --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3247999..3bf04a3 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ 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) -- Gitblit v1.10.0