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 121625 - Ability to specify MAKE arguments per Compiler Collection
Summary: Ability to specify MAKE arguments per Compiler Collection
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 3 votes (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-09 20:25 UTC by dustin_mccartney
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 dustin_mccartney 2007-11-09 20:25:10 UTC
I would love the ability to specify "make" command line arguments on a per-Compiler Collection basis.  In some cases, I
am doing local-only builds.  Other times, I am doing builds when my machine is connected to a network with many other
computers that are running a distributed build daemon (ie: distccd).  In order to take advantage of these build servers,
I need to pass "-j20" or such into "make" to do a distributed build.  Also useful for other make configurations and it
would be great to associate these with Compiler Collections that can be used by Project Targets instead of having to
manually change the "make" arguments for the entire IDE.