brainos233
Results
12
issues of
brainos233
To integrate meson build system, a cross-file is required, the easiest way to do this is to use meson's `env2mfile` command, which eliminates the need to generate a cross-file manually....
This PR enhances the cmake build system integration, specifically, it does the following things: - Set `-fuse-ld=lld` directly, this is llvm's recommend method to use lld in https://lld.llvm.org/#using-lld - Remove...