From e7688a05a194e3c8baf3c11fbf09b7f5e8640a77 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Wed, 06 May 2015 21:08:16 +0000 Subject: [PATCH] no idea --- 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