|
|
|
|
|
by gavinray
1637 days ago
|
|
I just use the LLVM toolchain -- on Windows and Linux. You really can't beat clang and lld, the ecosystem and tooling is fantastic. If something absolutely requires MSVC ABI compatibility, I use "clang-cl". God bless LLVM developers. |
|