Skip to content

Commit 07ae1f3

Browse files
committed
Removed debug flag from Makefile.
1 parent 6e026cb commit 07ae1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posts/nvtx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ manual_nvtx: manual_nvtx.cu Makefile
3939
nvcc -Xcompiler -export-dynamic -DUSE_NVTX -arch=sm_20 -lnvToolsExt -o manual_nvtx manual_nvtx.cu
4040

4141
compiler_inst_nvtx: compiler_inst_nvtx1.cu Makefile inst_nvtx.o
42-
nvcc -G -Xcompiler -export-dynamic -Xcompiler -fPIC -Xcompiler -finstrument-functions -arch=sm_20 inst_nvtx.o -ldl -lnvToolsExt -o compiler_inst_nvtx compiler_inst_nvtx1.cu
42+
nvcc -Xcompiler -export-dynamic -Xcompiler -fPIC -Xcompiler -finstrument-functions -arch=sm_20 inst_nvtx.o -ldl -lnvToolsExt -o compiler_inst_nvtx compiler_inst_nvtx1.cu
4343

4444
clean:
4545
rm -f *.o $(BINARIES)

0 commit comments

Comments
 (0)