From 4cfa2213925ecbd4ca3d8a3a9afc7e235425ce3a Mon Sep 17 00:00:00 2001 From: Chris Maffeo <cmaffeo2@illinois.edu> Date: Fri, 15 Jul 2016 22:53:13 +0000 Subject: [PATCH] updated argon test analysis scripts --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4f01db1..2d281ab 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ include ./findcudalib.mk INCLUDE = $(CUDA_PATH)/include -DEBUG = -g -O0 +# DEBUG = -g -O0 CC_FLAGS = -Wall -Wno-write-strings -I$(INCLUDE) $(DEBUG) -std=c++0x -pedantic # NV_FLAGS = --maxrregcount 63 -Xptxas -v # -v,-abi=no NV_FLAGS = -Xptxas -v # -v,-abi=no -- GitLab