We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603725f commit 67e030cCopy full SHA for 67e030c
RELEASE.txt
@@ -56,6 +56,12 @@ IMPROVEMENTS
56
57
- Use of NotImplemented instead of NotImplementedError for special methods
58
of _ListVariable class
59
+- The NewParallel scheduler is now the default, the `tm_v2` flag is removed,
60
+ and the old scheduler is opt-in under `--experimental=legacy_sched`. Additionally,
61
+ the new scheduler is now used for -j1 builds as well.
62
+ NOTE: This should significantly improve SCons performance for larger parallel builds
63
+ (Larger -j values)
64
+
65
66
PACKAGING
67
---------
0 commit comments