Clang on Android

Hi, I’m using NSight, Visual Studio Edition 1R5 for Android. I was wondering if there is a way to compile using clang instead of gcc. I don’t seem to see any options in Visual Studio’s project. Am I missing something?

thank you for your time

Alberto

PS: I accidentally posted the same topic on the Nsight forum for desktop(sorry)

hi fagiano,
If you want to using Clang, you can choose it on project properties → General → Project Defaults → Toolchain Version → Clang 3.x
please check it.

Thank you!