This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152025 - Use parallel execution of make to speed up builds
Summary: Use parallel execution of make to speed up builds
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker with 2 votes (vote)
Assignee: issues@cnd
URL:
Keywords:
: 138945 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-31 18:09 UTC by Leonid Lenyashin
Modified: 2014-04-14 14:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lenyashin 2008-10-31 18:09:00 UTC
Most of the modern systems have more than 1 cpu or core. Most of the modern make's support parallel builds: gmake -j [N]
or  --jobs [N], dmake -j NumberOfJobs. The request is to set default parameters of makes to parallel mode when used form
IDE. It may be done through toolchain personality.
Comment 1 Alexey Vladykin 2008-10-31 19:07:31 UTC
*** Issue 138945 has been marked as a duplicate of this issue. ***
Comment 2 Thomas Preisler 2009-11-17 11:48:50 UTC
The generated makes are dmake compatible but the problem is dmake defaults to parallel mode by default so you won't see the benefit if you havent defined dmake options in the .dmake setup file or as environment variable.