Configuring from cache is the last configure sub-phase that was not changed to async implementation. It is usually fast but what takes time for large code bases is the logging part (when makefile.loggingLevel is higher than "Normal"). It is worth to change to async mode. For large projects, the non async-ness is notice-able during the configure from cache sub-phase.
Configuring from cache is the last configure sub-phase that was not changed to async implementation. It is usually fast but what takes time for large code bases is the logging part (when makefile.loggingLevel is higher than "Normal"). It is worth to change to async mode. For large projects, the non async-ness is notice-able during the configure from cache sub-phase.