diff --git a/Makefile b/Makefile index 3f8b2939..a1e4604f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -GPU=1 -CUDNN=1 -OPENCV=1 -OPENMP=1 +GPU=0 +CUDNN=0 +OPENCV=0 +OPENMP=0 DEBUG=0 ARCH= -gencode arch=compute_30,code=sm_30 \