You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msbuild has option /m that can speed up builds in several times times. But clade-intercept hangs when this option is specified at the end of builds. It seems that it waits forever for termination of running programs.
The issue is not very important at all.
The text was updated successfully, but these errors were encountered:
Parallel builds on Windows are not supported right now (see #92). But the issue you described also sometimes appears on sequential builds, albeit it is hard to reliably reproduce. I will try to find the cause and fix it.
The issue was caused by the vctip.exe telemetry process, that was launched by cl.exe in a detached state to report compile errors. Clade waited for all launched processes to finish their execution, which caused hangs that we observed.
msbuild has option /m that can speed up builds in several times times. But clade-intercept hangs when this option is specified at the end of builds. It seems that it waits forever for termination of running programs.
The issue is not very important at all.
The text was updated successfully, but these errors were encountered: