|
|
|
Re: disabling dependencies generation [message #525049 is a reply to message #524743] |
Mon, 05 April 2010 11:04  |
Eclipse User |
|
|
|
On 4/2/2010 12:54 AM, Patrick Geremia wrote:
> -------- Original Message --------
> Subject: Re: disabling dependencies generation
> From: dave russo <d-russo@ti.com>
> To:
> Date: Thu Apr 01 2010 18:45:51 GMT+0200 (CEST)
>
>> No. But, if you're not already using the -j option, you can often
>> significantly reduce build times using make's parallel build option.
>>
>>
>> On 3/31/2010 8:51 AM, Patrick Geremia wrote:
>>> Is there a way to disable the generation of dependencies when compiling?
>>> This could cut down compile time.
>>>
>
> ok. Thanks this could be useful for our builds on windows (We are using
> LSF to reduce build time when working on linux).
>
> Could you let me know how to pass this option to the XDCtools?
>
The xdc command accepts the same options that GNU make does;
http://rtsc.eclipse.org/docs-tip/Command_-_xdc#Options GNU make
accepts both -j and --jobs options, so
xdc -j 4
or
xdc --jobs=4
will run 4 jobs concurrently.
|
|
|
Powered by
FUDForum. Page generated in 0.04102 seconds