There are some tools I have used.
- linker: mold
- build system: xmake
- compile toolchain: clang-13
- rustc: 1.59.0(you have to use specific version for compatibility with clang)
- interoperation: cxx
xmake
xmake run
- LTO/IPO support
- CI/CD
- Dockerfile
- This project is almost a fork of cxx-cmake-example .
- explain the steps of lto
- rustc lto plugin