SCons: switch to combined timestamp/MD5 change detection

this setting speeds up "sparse" builds
(when e.g. just one file changed).
This commit is contained in:
Fischlurch 2009-10-11 07:36:02 +02:00
parent cd51e5fef0
commit aacafd49b3

View file

@ -60,6 +60,8 @@ def setupBasicEnvironment():
EnsurePythonVersion(2,3)
EnsureSConsVersion(0,96,90)
Decider('MD5-timestamp') # detect changed files by timestamp, then do a MD5
opts = defineCmdlineOptions()
env = LumieraEnvironment(options=opts
,toolpath = [TOOLDIR]