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.
Rather than failing late when compiling e.g. a debug configuration
build.bat -c debug --tail-call-interp
with hundreds of
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.
This is a follow-up on #140513 / #140548.
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