How can I compile opencl kernels with debug information? If i do it like hear debugging
[const char* options = "-g";
clBuildProgram( *hProgram, 0, 0, options,NULL,NULL);]:
i get following error:
clang: Unknown command line argument '-g'. Try: 'clang --help'