I have big project with many submodules. It takes very long time to build it.
When I try to build it using multithreading, it fails.
How can I build some modules using multithreading at first, and then continue to build rest of modules using default building process without threads ?