2
0
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:
Thomas Nagy 2013-09-10 21:28:25 +02:00
parent f81e6c5499
commit dedafdfa81

View File

@ -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)