diff --git a/Makefile b/Makefile index f0de805ffb6..029d02cb7b6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ARCH= -gencode arch=compute_20,code=[sm_20,sm_21] \ -gencode arch=compute_52,code=[sm_52,compute_52] # This is what I use, uncomment if you know your arch and want to specify -ARCH= -gencode arch=compute_52,code=compute_52 +# ARCH= -gencode arch=compute_52,code=compute_52 VPATH=./src/ EXEC=darknet