xmake-toolchains
Installation
SKILL.md
Xmake Toolchains
A toolchain bundles a compiler, linker, archiver, and related tools. You pick one per configure.
Listing and switching
xmake show -l toolchains # list available toolchains (~77 of them)
xmake f --toolchain=clang
xmake f --toolchain=gcc-11 # gcc-12 .. gcc-16 exist as well
xmake f --toolchain=mingw --mingw=/opt/llvm-mingw
xmake f --toolchain=msvc --vs=2022
Notable ones beyond the usual gcc/clang/msvc: