Re: Nightly builds
Posted by
R. van Twisk on
May 05, 2015; 5:50pm
URL: https://forum.librecad.org/Nightly-builds-tp5711446p5711455.html
On May 5, 2015, at 7:39 PM, dxli [via LibreCAD] <
[hidden email]> wrote:
for osx, the building script hardcoded "make -j4" in file scripts/build-osx.sh
is there a way to make number of jobs auto?
make -j
If you don't specify the number of jobs with -j then it will find it out itself.
ravas wrote
If you add -j to the make arguments in Qt creator it will reduce the build time by just that amount.
It was taking like 27-8 minutes before, now it takes 7-8 minutes and uses 100% cpu.