apg360

Results 3 comments of apg360

> Why add a dependency when you can just specify [-jN](https://blog.kitware.com/cmake-building-with-all-your-cores/) for multithreaded builds with Gnumake ? where N would be the number of cores + 1. We could just...

> LLVM_PARALLEL_LINK_JOBS Valid point ..... for illustration, here how it will be : cmake -G Ninja -DLLVM_PARALLEL_LINK_JOBS=1 ../llvm-project_8_0_0/llvm cmake -G Ninja -DLLVM_PARALLEL_LINK_JOBS=1 ../llvm-project_8_0_0/llvm -DCMAKE_BUILD_TYPE:String=Release I myself doing it like that...

> Yay- I was hoping someone would help out with some of this Linux build stuff. I'll check this out and add Ninja to the build prerequisites. I will, just...