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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e185f7..d855880 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GPU=0 +GPU=1 DEBUG=0 ARCH= -arch=sm_52 @@ -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