From 4f50e29365c8b8fd3aa9b67167701c1ada1e373f Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 09 Apr 2015 22:18:54 +0000 Subject: [PATCH] big change to images --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eee3c96..0728872 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GPU=1 DEBUG=0 -ARCH= -arch=sm_35 +ARCH= -arch=sm_52 VPATH=./src/ EXEC=darknet @@ -8,7 +8,7 @@ CC=gcc NVCC=nvcc -OPTS=-O0 +OPTS=-O3 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