Re: Is their a way to build directly from the .sconsign.dblite file on an incremental build?
Bill Deegan <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAEyG4CFjwZ2ToK9KrjhWJbb38_bTAxaHxDUXMt4ysvqhfgK5nQ@mail.gmail.com> |
Don, No you can't build with only a .sconsign.dblite. But you can instruct SCons to not scan for implicit dependencies and just use those which are stored in the .sconsign.dblite. --implicit-deps-unchanged should do it.Take a look at the manpage. On Mon, Oct 5, 2020 at 11:55 AM Don Baldwin <[email protected]> wrote: > Hi, > > > > Is there an option for skipping the normal SConstruct file processing on > an incremental build and just building directly from the saved > .sconsign.dblite file from the previous build? > > > > The goal here is to provide an option for doing very fast incremental > builds is the developer knows ahead of time that no dependencies have > changed. > > > > Thanks, > > Don Baldwin > _______________________________________________ > Scons-users mailing list > [email protected] > https://pairlist4.pair.net/mailman/listinfo/scons-users > _______________________________________________ Scons-users mailing list [email protected] https://pairlist4.pair.net/mailman/listinfo/scons-users