got rid of implicit caching. this turned out to be a problematic SCons feature, unfortunately
parent
af27507674
commit
38378fa1d7
|
@ -80,8 +80,6 @@ if env.has_key('BASELIBDIR'):
|
|||
env.Append(LIBPATH=env['BASELIBDIR'])
|
||||
|
||||
env.Decider('MD5-timestamp')
|
||||
env.SetOption('implicit_cache', 1)
|
||||
|
||||
#env.SetOption('num_jobs', multiprocessing.cpu_count())
|
||||
|
||||
AddOption("--dist", dest="dist", type="string", nargs=0, action='store', help='Make an official release')
|
||||
|
|
Loading…
Reference in New Issue