We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e026cb commit 07ae1f3Copy full SHA for 07ae1f3
1 file changed
posts/nvtx/Makefile
@@ -39,7 +39,7 @@ manual_nvtx: manual_nvtx.cu Makefile
39
nvcc -Xcompiler -export-dynamic -DUSE_NVTX -arch=sm_20 -lnvToolsExt -o manual_nvtx manual_nvtx.cu
40
41
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
+ 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
43
44
clean:
45
rm -f *.o $(BINARIES)
0 commit comments