Is there a reason why it's not automatically using -j with at least NUM_PROC by default?
I've also heard that there is also small additional benefit to using -j 2*NUM_PROC coming from a lot of i/o delay in the compile.
Sent: Saturday, July 11, 2015 at 8:22 AM
From: "Alexandre LAURENT" <[email protected]>
To: "Arnold Dumas" <[email protected]>
Cc: [email protected]
Subject: Re: [Qt-creator] Add -j N option to make
From: "Alexandre LAURENT" <[email protected]>
To: "Arnold Dumas" <[email protected]>
Cc: [email protected]
Subject: Re: [Qt-creator] Add -j N option to make
Oh ! Thank you, I had completely missed this icon in my last researches. I was looking in menus, in target icon, but not at this simple area.
Thank you very much.
2015-07-11 14:18 GMT+02:00 Arnold Dumas <[email protected]>:
Am 11.07.15 um 13:41 schrieb Alexandre LAURENT:_______________________________________________Hello,
I am using Qt Creator from a project using CMake to compile it. When I
do compile, Qt Creator will simply start the command /usr/bin/make, and
the compilation will happen.
But, my project is a bit slow to compile and I have a multicore CPU. I
would like to add the option "-j N" when Qt Creator is calling
/usr/bin/make.
How can I add this option in Qt Creator to use the power of my machine ?
Best regards,
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator
Hi,
When your project is opened, click on the tab "Projects" in the side bar. Then in Build Steps > Make > Details, there is an area to give extra arguments to make.
Regards
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
