View Single Post
Author Message
HBann
New Member
Join Date: Oct 2023
Old 10-06-2023 , 15:18   Manually setting the compiler for AMBuild
Reply With Quote #1

Hello, I am on Windows 11 and I have the MSVC compiler installed from VS 2022, but I want to compile with clang because, in the end I will compile on Ubuntu with clang and I don't need any build fails surprises or things like that. I have installed last version of LLVM (17) and I want to compile with clang but Detectcxx(target = "clang") doesn't work, what is the exact parameter?

How can I achieve this? Choosing the compiler and not automatically detecting and choosing the first compiler.

Thank you in advance.

Last edited by HBann; 10-06-2023 at 15:48.
HBann is offline