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
workspace parallel build
-
- CodeLite Curious
- Posts: 1
- Joined: Tue Feb 07, 2012 8:51 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: workspace parallel build
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,