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:
parent
cd51e5fef0
commit
aacafd49b3
1 changed files with 2 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue