Closed kakkoyun closed 2 years ago
Should be able to use it. Set CC=/usr/bin/clang
or CXX=/usr/bin/clang++
root@46fa1d87557c:/go# which clang
/usr/bin/clang
root@46fa1d87557c:/go# which clang++
/usr/bin/clang++
@troian Thanks for the quick response.
I'm assuming this command output from the provided container. I'll try that.
I have other questions, is there any other way to ask questions regarding this project? Or shall I continue using issues?
correct, those are inside the container.
I don't know if there's something blocking using clang as CC or if it's already possible.
I would love to contribute if you can show me the ropes.