Re: [CMake] requiring parallel building but sequential linking

2019-02-17 Thread Eric Noulard
Le lun. 18 févr. 2019 à 00:01, Craig Scott a écrit : > > > On Mon, Feb 18, 2019 at 9:35 AM Domen Vrankar > wrote: > >> Hi, >> >> I'm building llvm project with CMake. >> While build process is compiling the code I prefer running "make -j3" on >> my 4 core pc (bumping processor to 100% on 3 of 4

Re: [CMake] requiring parallel building but sequential linking

2019-02-17 Thread Craig Scott
On Mon, Feb 18, 2019 at 9:35 AM Domen Vrankar wrote: > Hi, > > I'm building llvm project with CMake. > While build process is compiling the code I prefer running "make -j3" on > my 4 core pc (bumping processor to 100% on 3 of 4 cores and using up ~5 GB > of ram - part of it is system and not buil

[CMake] requiring parallel building but sequential linking

2019-02-17 Thread Domen Vrankar
Hi, I'm building llvm project with CMake. While build process is compiling the code I prefer running "make -j3" on my 4 core pc (bumping processor to 100% on 3 of 4 cores and using up ~5 GB of ram - part of it is system and not build related). While build process is linking I must run "make" with