From cf32e7e9b843560eb7ec3ed16e5b19f0f7156724 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@burninator.cs.washington.edu> Date: Sat, 25 Jun 2016 23:12:00 +0000 Subject: [PATCH] colors --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6569ac4..e0a826e 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ GPU=0 -CUDNN=0 OPENCV=0 +CUDNN=0 DEBUG=0 -ARCH= --gpu-architecture=compute_52 --gpu-code=compute_52 +ARCH= --gpu-architecture=compute_52 --gpu-code=compute_52 VPATH=./src/ EXEC=darknet -- Gitblit v1.10.0