From fed6d6e31d819ecae21e9c3b9315b5877deb3f42 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Tue, 22 Sep 2015 01:18:51 +0000 Subject: [PATCH] idk man --- Makefile | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 40bfcec..cdf200c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -GPU=1 -OPENCV=1 +GPU=0 +OPENCV=0 DEBUG=0 ARCH= --gpu-architecture=compute_20 --gpu-code=compute_20 @@ -12,7 +12,7 @@ NVCC=nvcc OPTS=-Ofast LDFLAGS= -lm -pthread -lstdc++ -COMMON= -I/usr/local/cuda/include/ +COMMON= CFLAGS=-Wall -Wfatal-errors ifeq ($(DEBUG), 1) @@ -29,7 +29,7 @@ endif ifeq ($(GPU), 1) -COMMON+= -DGPU +COMMON+= -DGPU -I/usr/local/cuda/include/ CFLAGS+= -DGPU LDFLAGS+= -L/usr/local/cuda/lib64 -lcuda -lcudart -lcublas -lcurand endif -- Gitblit v1.10.0