From 372980d690f84aade1ebfd1a92750ed327ab1c8d Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Mon, 04 May 2015 18:29:21 +0000 Subject: [PATCH] i don't know what's going on anymore --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 63cb621..d855880 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ CC=gcc NVCC=nvcc -OPTS=-O3 +OPTS=-Ofast 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