Skip to content

iujakchu/cxx-xmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modern cpp with rust

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

Run

cd back
cargo build --release
cd ..
xmake 

TODO

  • LTO/IPO support
  • CI/CD

Credits