mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-07 08:55:31 +01:00
Disabled the pickle gc optimization by default (computers are fast enough now, and it can be reenabled if necessary)
This commit is contained in:
parent
f81e6c5499
commit
dedafdfa81
@ -1343,6 +1343,3 @@ class StepContext(BuildContext):
|
||||
return pattern.match(node.abspath())
|
||||
return match
|
||||
|
||||
BuildContext.store = Utils.nogc(BuildContext.store)
|
||||
BuildContext.restore = Utils.nogc(BuildContext.restore)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user