workspace parallel build

Discussion about CodeLite development process and patches
IvanBatrakov
CodeLite Curious
Posts: 1
Joined: Tue Feb 07, 2012 8:51 pm
Genuine User: Yes
IDE Question: c++
Contact:

workspace parallel build

Post by IvanBatrakov »

Hello,
1) there was unable to build parallely multiple independent projects in workspace due to queue build organization and multicore processor has to wait until previous build finished showing only one cpu busy

2) after modifying menu items from menu.xrc by removing Amp& shortcuts for Alt-S and Alt-A still events lost and unable to call assigned functions via keyboard

tested on ubuntu 10.04 x64, built from source code v3.5.5392
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: workspace parallel build

Post by foxmuldr »

I assume you know about make -jN where N is the number of thread to build simultaneously? As for building multiple workspaces, you can have multiple instances of CodeLite running at the same time, with each one running a build independently.

Best regards,
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
Post Reply