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
cd back
cargo build --release
cd ..
xmake
- LTO/IPO support
- CI/CD
- This project is almost a fork of cxx-cmake-example .
- lto