Page 1 of 1

workspace parallel build

Posted: Tue Feb 07, 2012 9:03 pm
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

Re: workspace parallel build

Posted: Fri Apr 13, 2012 12:41 pm
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,