Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
1.24
-
None
-
-
e769597e5 (master)
Description
During the build, the traverse() function is called recursively to parse the dependencies of dynamic libraries. It does not account that indirect dependencies may appear in the dependency tree multiple times. This significantly increases the build time on large projects.Patch for modules/cpp/gcc.js to fix this problem - gcc_js.patch