Rather than failing late when compiling e.g. a debug configuration
build.bat -c debug --tail-call-interp
error C4737: Unable to perform required tail call. Performance may be degraded.
lets fail early with an explicit error message for configurations that are not supported by MSVC.
Rather than failing late when compiling e.g. a debug configuration
with hundreds of
lets fail early with an explicit error message for configurations that are not supported by MSVC.
This is a follow-up on #140513 / #140548.
Linked PRs