[Scons-users] Need help to improve the incremental build time while using SCons

Bill Deegan bill at baddogconsulting.com
Tue Jun 20 23:48:08 EDT 2017


Don't have a good model for this yet.
Configure() will cache it's results, but it seems that it's still not super
fast.

Using Configure inside a (hopefully) uniform development environment will
waste a lot of time.
Even if reloading from cached results.
So if it's possible to statically configure your build in your environment,
that would be faster than running configure..

-Bill

On Tue, Jun 20, 2017 at 5:33 PM, Mats Wichmann <mats at wichmann.us> wrote:

> On 06/20/2017 05:57 PM, Bill Deegan wrote:
>
> > e) are you using Configure contexts? If so, some way to avoid rerunning
> > that logic when rerunning in the same environment might help.
>
> Is there some guidance on setting this up?
>
> Using configure logic inside scons is kind of different from how most
> other build systems operate anyway, the model usually being configure is
> separate and run once, not part of the build
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20170620/11c4501d/attachment-0001.html>


More information about the Scons-users mailing list