From e918fbf9f23019027d86094f410a3049dc7b29f2 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Wed, 22 Jan 2014 10:27:34 +0100 Subject: [PATCH] restored non-debug mode --- examples_ptx/ptxcc/ptxcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_ptx/ptxcc/ptxcc b/examples_ptx/ptxcc/ptxcc index ae0fca91..0f7e384e 100755 --- a/examples_ptx/ptxcc/ptxcc +++ b/examples_ptx/ptxcc/ptxcc @@ -10,7 +10,7 @@ DEPTX=dePTX NVCC=nvcc $DEPTX < $PTXSRC > $PTXCU && -$NVCC -arch=sm_35 -G -dc $NVCCPARM -dryrun $PTXCU 2>&1 | \ +$NVCC -arch=sm_35 -dc $NVCCPARM -dryrun $PTXCU 2>&1 | \ sed 's/\#\$//g'| \ awk '{ if ($1 == "LIBRARIES=") print $1$2; else if ($1 == "cicc") print "cp '$PTXSRC'", $NF; else print $0 }' > $PTXSH && sh $PTXSH