octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: For loop benchmarks between Octave versions


From: Ben Abbott
Subject: Re: For loop benchmarks between Octave versions
Date: Sun, 15 Jun 2014 13:29:37 -0400

On Jun 15, 2014, at 1:23 PM, PrasannaKumar Muralidharan <address@hidden> wrote:

> Is there a way to reduce the compile time? Every make takes around 30
> minutes in my machine. Every make is compiling the full code from
> scratch.
> 
> Possible reasons may be 1) there are lot of changes 2) running
> configure scripts creates a newmake file everytime which causes the
> make to recompile full code.
> 
> Thanks and Regards,
> PrasannaKumar

You don't need to run "configure" each time you want to compile.  Just run 
"make".

If configure is running automatically, what are your configure options?  
Specifically did you include "--disable-dependency-tracking" as an option to 
configure?

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]